guojy 1 年之前
父节点
当前提交
5977300f3c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/view/course/video/video.vue

+ 1 - 0
src/view/course/video/video.vue

@@ -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) {