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