上传系统模特
This commit is contained in:
@@ -22,9 +22,12 @@ class MyWs {
|
||||
}
|
||||
}
|
||||
this.ws.onclose = (e)=>{
|
||||
console.log('',e);
|
||||
console.log('错误');
|
||||
this.reconnection()
|
||||
}
|
||||
this.ws.onerror = (e)=>{
|
||||
console.log('失败',e);
|
||||
this.reconnection()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user