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