liming 1 mēnesi atpakaļ
vecāks
revīzija
8a057b6dc4
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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>