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