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