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