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