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