Merge branch 'refs/heads/master' into dev/1078-newUI

This commit is contained in:
648540858
2025-05-13 21:22:01 +08:00
13 changed files with 129 additions and 130 deletions

View File

@@ -60,7 +60,7 @@ export const constantRoutes = [
component: Layout,
redirect: '/live',
children: [{
path: 'live',
path: '',
name: 'Live',
component: () => import('@/views/live/index'),
meta: { title: '分屏监控', icon: 'live' }
@@ -264,6 +264,17 @@ export const constantRoutes = [
}
]
},
{
path: '/play/wasm/:url',
name: 'wasmPlayer',
hidden: true,
component: () => import('@/views/common/jessibuca.vue')
},
{
path: '/play/rtc/:url',
name: 'rtcPlayer',
component: () => import('@/views/common/rtcPlayer.vue')
},
// 404 page must be placed at the end !!!
{ path: '*', redirect: '/404', hidden: true }
]