This commit is contained in:
yuyongdong 2024-10-18 10:54:16 +08:00
parent 6f8c5b62b7
commit 52976493f0

View File

@ -6,7 +6,7 @@ export const walletStore = defineStore(
() => { () => {
const walletType = ref(); const walletType = ref();
const eoaType = ref(); const eoaType = ref();
const address = ref(); const address = ref('');
const chainId = ref(); const chainId = ref();
const token = ref(); const token = ref();
const refreshToken = ref(); const refreshToken = ref();