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