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