用户新增传输过程加密

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