Sfoglia il codice sorgente

Merge branch '3.3.7-scxjy' into web-v2

dedsudiyu 1 anno fa
parent
commit
f7a43cd76a

+ 1 - 1
src/views/safetyEducationExam/safeLearning/safeLearning/learning.vue

@@ -237,7 +237,7 @@
           this.learningData.secondOne = secondOne;
           this.learningData.secondTwo = 0;
           if(this.learningData.postfix == "mp4"){
-            this.learningData.chapterData = window.location.href.split('://')[0]+'://' + this.judgmentNetworkReturnAddress() + this.learningData.chapterData
+            this.learningData.chapterData = window.location.href.split('://')[0]+'://' + this.judgmentNetworkReturnAddress()+ '/' + this.learningData.chapterData
             // this.getVideo();
             // this.getVideoTwo();
           }else if(this.learningData.postfix == "pdf" || this.learningData.postfix == "doc" || this.learningData.postfix == "docx"||this.learningData.postfix == "ppt" || this.learningData.postfix == "pptx"){