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