|
@@ -88,7 +88,6 @@
|
|
<script>
|
|
<script>
|
|
// @ is an alias to /src
|
|
// @ is an alias to /src
|
|
import { defaultAjax } from '@/api/index';
|
|
import { defaultAjax } from '@/api/index';
|
|
-import config from '@/config/index';
|
|
|
|
|
|
|
|
import { markRaw } from 'vue';
|
|
import { markRaw } from 'vue';
|
|
const ElLoading = require('element-plus/lib/el-loading/index');
|
|
const ElLoading = require('element-plus/lib/el-loading/index');
|
|
@@ -127,14 +126,14 @@ export default {
|
|
let item = {
|
|
let item = {
|
|
channelId: 1,
|
|
channelId: 1,
|
|
channelName: '陕西卫视',
|
|
channelName: '陕西卫视',
|
|
- videoUrl: '/video/20230814/1.mp4',
|
|
|
|
|
|
+ videoUrl: 'http://smcic-bigdata.oss-cn-chengdu.aliyuncs.com/live-flow/video/20230814/1.mp4',
|
|
dataUrl:
|
|
dataUrl:
|
|
'https://smcic-bigdata.oss-cn-chengdu.aliyuncs.com/live-flow/channel/20230814/channel-1.json',
|
|
'https://smcic-bigdata.oss-cn-chengdu.aliyuncs.com/live-flow/channel/20230814/channel-1.json',
|
|
dt: '2023-08-14',
|
|
dt: '2023-08-14',
|
|
channelStatus: 0,
|
|
channelStatus: 0,
|
|
isDefault: 1,
|
|
isDefault: 1,
|
|
};
|
|
};
|
|
- this.videoUrl = config.base.Intranet + '/minio' + item.videoUrl;
|
|
|
|
|
|
+ this.videoUrl = item.videoUrl;
|
|
defaultAjax({
|
|
defaultAjax({
|
|
url: item.dataUrl,
|
|
url: item.dataUrl,
|
|
})
|
|
})
|