@@ -185,6 +185,7 @@ export const useWalletStore = defineStore("useWalletStore", {
})
this.$persist();
await sysLogin(address)
+ await this.updateTokenVal();
},
// 修改钱包名称
updateWalletName(id, newName) {