修复分屏监控地址不一致

This commit is contained in:
lin
2025-05-12 09:00:36 +08:00
parent 9903f25cc1
commit 198db8f684
2 changed files with 67 additions and 69 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' }