liming 1 개월 전
부모
커밋
2c12f82678
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/stores/modules/walletStore.js

+ 1 - 1
src/stores/modules/walletStore.js

@@ -96,8 +96,8 @@ export const useWalletStore = defineStore("useWalletStore", {
         this.isAuthenticated = true;
         this.chainId = `${await web3.eth.getChainId()}n`;
         this.id = `${this.account}@${this.accountName}`
-        this.addWallet()
         await sysLogin(this.account)
+        this.addWallet()
         return {
           address: account.address,
           chainId: this.chainId,