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