liming 3 周之前
父節點
當前提交
386380d484
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/stores/modules/walletStore.js

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

@@ -139,6 +139,7 @@ export const useWalletStore = defineStore("useWalletStore", {
           this.$state[key] = item[key];
         }
       })
+      this.$persist()
     },
   },
 });