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