Explorar el Código

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

wkw hace 1 mes
padre
commit
6d61ec071e
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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>