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