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