|
@@ -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();
|