Commit 2a6c99a1 by 庄冰

index

parent b2c76860
...@@ -210,7 +210,7 @@ axios.get("/vue/comp/base").then(function(res){ ...@@ -210,7 +210,7 @@ axios.get("/vue/comp/base").then(function(res){
//检查登录状态 //检查登录状态
this.checkLogin(()=>{ this.checkLogin(()=>{
this.$refs.sidemenu.fetchMetaData(); this.$refs.sidemenu.fetchMetaData();
this.$refs.socketclient.initSocketClient(); // this.$refs.socketclient.initSocketClient();
}); });
var $workbench=$(this.$refs.workbench.$el); var $workbench=$(this.$refs.workbench.$el);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment