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