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