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