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