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