change ws

This commit is contained in:
skong 2024-01-31 23:24:34 +08:00
parent d619c5800c
commit c3434c210d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ websocketPlugin.install = function (Vue) {
Vue.mixin({
beforeDestroy () {
this.$socket.close()
// this.$socket.close()
},
})