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