|
@@ -216,9 +216,9 @@ interface MenuItem {
|
|
|
const menuItems: MenuItem[] = [
|
|
const menuItems: MenuItem[] = [
|
|
|
{ path: '/', title: '仪表盘', icon: 'mdi:view-dashboard' },
|
|
{ path: '/', title: '仪表盘', icon: 'mdi:view-dashboard' },
|
|
|
{ path: '/lss', title: 'LSS 管理', icon: 'mdi:power-plug' },
|
|
{ path: '/lss', title: 'LSS 管理', icon: 'mdi:power-plug' },
|
|
|
|
|
+ { path: '/live-stream', title: 'LiveStream 管理', icon: 'mdi:broadcast' },
|
|
|
{ path: '/camera', title: '摄像头管理', icon: 'mdi:video' },
|
|
{ path: '/camera', title: '摄像头管理', icon: 'mdi:video' },
|
|
|
{ path: '/machine', title: '机器管理', icon: 'mdi:monitor' },
|
|
{ path: '/machine', title: '机器管理', icon: 'mdi:monitor' },
|
|
|
- { path: '/live-stream', title: 'LiveStream 管理', icon: 'mdi:broadcast' },
|
|
|
|
|
{ path: '/cc', title: 'Cloudflare Stream', icon: 'mdi:cloud' },
|
|
{ path: '/cc', title: 'Cloudflare Stream', icon: 'mdi:cloud' },
|
|
|
{ path: '/webrtc', title: 'WebRTC 流', icon: 'mdi:wifi' },
|
|
{ path: '/webrtc', title: 'WebRTC 流', icon: 'mdi:wifi' },
|
|
|
{ path: '/monitor', title: '多视频监控', icon: 'mdi:video' },
|
|
{ path: '/monitor', title: '多视频监控', icon: 'mdi:video' },
|