address报错

This commit is contained in:
yuyongdong 2024-10-18 13:43:02 +08:00
parent 41b51aef24
commit 3eabd79693

View File

@ -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();