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