|
@@ -81,22 +81,22 @@
|
|
|
//console.log(this.$route.query);
|
|
|
if (this.$route.query.id == '') {
|
|
|
this.title = '人教版七年级上册 数学 正数与负数',
|
|
|
- this.videourl = '';
|
|
|
+ this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_one.mp4';
|
|
|
} else if (this.$route.query.id == '1') {
|
|
|
this.title = '人教版七年级上册 数学 绝对值',
|
|
|
- this.videourl = '';
|
|
|
+ this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_two.mp4';
|
|
|
} else if (this.$route.query.id == '2') {
|
|
|
this.title = '人教版七年级上册 数学 有理数的分类',
|
|
|
- this.videourl = '';
|
|
|
+ this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_three.mp4';
|
|
|
} else if (this.$route.query.id == '3') {
|
|
|
this.title = '人教版七年级上册 数学 旋转体',
|
|
|
- this.videourl = '';
|
|
|
+ this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_four.mp4';
|
|
|
} else if (this.$route.query.id == '4') {
|
|
|
this.title = '人教版七年级上册 数学 方程式',
|
|
|
- this.videourl = '';
|
|
|
+ this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_five.mp4';
|
|
|
} else if (this.$route.path == '/videodetails') {
|
|
|
this.title = '人教版七年级上册 数学 正数与负数',
|
|
|
- this.videourl = '';
|
|
|
+ this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_one.mp4';
|
|
|
}
|
|
|
}
|
|
|
}
|