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