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