@@ -25,6 +25,7 @@ export default {
this.decrypt = new JSEncrypt();
this.decrypt.setPrivateKey(this.privateKey); // 设置私钥
this.link = this.decryptMessage(this.$route.params.id)
+ this.link = this.$route.params.id;
console.log(this.init)
},
decryptMessage(text) {