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