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