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