瀏覽代碼

Merge branch 'master' of https://git.nanodreamtech.com/wkw/wallet_app

wkw 1 月之前
父節點
當前提交
6d61ec071e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/im/index.vue

+ 3 - 3
src/views/im/index.vue

@@ -112,9 +112,9 @@ onMounted(()=>{
 
   wsStore.connect(walletStore.getAccount)
 })
-onUnmounted(() => {
-  wsStore.close()
-})
+// onUnmounted(() => {
+//   wsStore.close()
+// })
 
 </script>