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