address报错
This commit is contained in:
parent
41b51aef24
commit
3eabd79693
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user