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