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