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