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