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