|
@@ -834,7 +834,7 @@ export default {
|
|
|
this.videoPlayerName[index++] = res.data.data[item].name;
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
-
|
|
|
+
|
|
|
for(let index = 0; index < this.dataSrc.length;index++)
|
|
|
{
|
|
|
this.VideoData.push(this.resolveUrl(this.dataSrc[index]))
|
|
@@ -843,7 +843,7 @@ export default {
|
|
|
|
|
|
setTimeout(() => {
|
|
|
this.HKshow = true;
|
|
|
-
|
|
|
+
|
|
|
}, 800);
|
|
|
},
|
|
|
resolveUrl(url){
|
|
@@ -876,7 +876,7 @@ export default {
|
|
|
mounted() {
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
// 获取全部单位
|
|
|
this.getAllUnits();
|
|
|
// 获取全部系统
|
|
@@ -887,7 +887,7 @@ export default {
|
|
|
// this.initUrl('步坦协同课目');
|
|
|
// }, 1000);
|
|
|
// setTimeout(() => {
|
|
|
-
|
|
|
+
|
|
|
// console.log('this.dataSrc :>> ', this.dataSrc);
|
|
|
// for(let index = 0; index < this.dataSrc.length;index++)
|
|
|
// {
|
|
@@ -899,7 +899,7 @@ export default {
|
|
|
// }, 1000);
|
|
|
|
|
|
// setTimeout(() => {
|
|
|
-
|
|
|
+
|
|
|
// this.HKshow = true;
|
|
|
|
|
|
// }, 800);
|