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