用户新增传输过程加密
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user