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