|
@@ -43,9 +43,11 @@ export default defineComponent({
|
|
|
|
|
|
// open(): Dialog弹窗打开之前做的事
|
|
|
const open = () => {
|
|
|
+
|
|
|
|
|
|
- // videoUrl.value = 'http://47.103.74.123/hls/'+props.deviceCode+'.m3u8';
|
|
|
- videoUrl.value ='http://cctvalih5ca.v.myalicdn.com/live/cctv1_2/index.m3u8'
|
|
|
+ videoUrl.value = 'http://47.103.74.123/hls/'+props.deviceCode+'.m3u8';
|
|
|
+ alert(videoUrl.value)
|
|
|
+ // videoUrl.value ='http://cctvalih5ca.v.myalicdn.com/live/cctv1_2/index.m3u8'
|
|
|
|
|
|
window.setTimeout(getVideo, 100)
|
|
|
|