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