liming 1 개월 전
부모
커밋
8a057b6dc4
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>