用户新增传输过程加密

This commit is contained in:
zer0Black
2022-02-24 21:47:29 +08:00
parent 8749d950f3
commit 6eacdc6b9f
@@ -328,8 +328,6 @@ import { JSEncrypt } from 'jsencrypt'
const that = this; const that = this;
//先拉取秘钥 //先拉取秘钥
getRSAPublicKey().then(res => { getRSAPublicKey().then(res => {
debugger
this.rsaPublicKey = res.result this.rsaPublicKey = res.result
// 触发表单验证 // 触发表单验证