fix
wzy
2022-10-30 ab806a6f7373d528330381b0028e7ca1073e7dfa
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});