Browse Source

feat: 完善创建钱包加密传输keystore密码

million 1 year ago
parent
commit
2575f01f3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/admin-front/src/views/address/index.vue

+ 1 - 1
front/admin-front/src/views/address/index.vue

@@ -631,7 +631,7 @@ export default {
         return
       }
       // 要加密的数据
-      const dataToEncrypt = JSON.stringify(JSON.parse(this.batchAddressObj.password));
+      const dataToEncrypt = JSON.parse(JSON.stringify(this.batchAddressObj.password));
       // console.log('输入的密码:', dataToEncrypt);
       // 获取当前北京时间
       const beijingDate = this.getCurrentBeijingTime();