From 52976493f0119fbea1865e3c5c48a768aa4a3abb Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Fri, 18 Oct 2024 10:54:16 +0800 Subject: [PATCH] 1 --- src/store/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/wallet.js b/src/store/wallet.js index 223610f..aeead81 100644 --- a/src/store/wallet.js +++ b/src/store/wallet.js @@ -6,7 +6,7 @@ export const walletStore = defineStore( () => { const walletType = ref(); const eoaType = ref(); - const address = ref(); + const address = ref(''); const chainId = ref(); const token = ref(); const refreshToken = ref();