xiaoyong931011
2020-06-16 1636c6e9db920bb385725314935363d537b30633
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});