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