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