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