新增实时监控功能

左边是设备通道树,右边是分屏预览
This commit is contained in:
朱俊杰
2022-02-10 14:45:33 +08:00
parent d07a5680f3
commit 37a84e6691
24 changed files with 1322 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ import test from '../components/test.vue'
import web from '../components/setting/Web.vue'
import sip from '../components/setting/Sip.vue'
import media from '../components/setting/Media.vue'
import live from '../components/live.vue'
import wasmPlayer from '../components/dialog/jessibuca.vue'
import rtcPlayer from '../components/dialog/rtcPlayer.vue'
@@ -34,6 +35,10 @@ export default new VueRouter({
path: '/',
component: control,
},
{
path: '/live',
component: live,
},
{
path: '/deviceList',
component: deviceList,