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