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