即时通信嵌入开发完成,期待下次开发将ui嵌入navbar中,以及完成拉起群聊以及群聊系统开发

This commit is contained in:
2024-10-29 16:46:27 +08:00
parent 7a73f4d2b5
commit 8662ce971d
21 changed files with 967 additions and 32 deletions

View File

@@ -112,7 +112,7 @@ let newVue = new Vue({
},
closeSocket() {
//关闭websocket连接
this.$websocket.close();
this.$webSocket.close();
}
},
router,