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