xiaoyong931011
2022-09-01 5a4ab1f92adb1f6d7e3596388bcebc77709e460f
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});