作者 小范

路由过滤器管理注释掉mounted

@@ -820,8 +820,8 @@ @@ -820,8 +820,8 @@
820 } 820 }
821 }, 821 },
822 mounted() { 822 mounted() {
823 - this.selectServerAndHostList();  
824 - this.queue_getUserInfoList(); 823 + // this.selectServerAndHostList();
  824 + // this.queue_getUserInfoList();
825 }, 825 },
826 computed: {}, 826 computed: {},
827 } 827 }