合并主线

This commit is contained in:
648540858
2024-11-10 22:09:13 +08:00
parent e5fd66ef96
commit a4ca333abb
9 changed files with 91 additions and 46 deletions

View File

@@ -73,10 +73,6 @@ export default new VueRouter({
path: '/jtChannelList/:deviceId',
component: jtChannelList,
},
{
path: '/pushVideoList',
component: pushVideoList,
},
{
path: '/streamProxyList',
component: streamProxyList,
@@ -116,11 +112,6 @@ export default new VueRouter({
name: 'jtChannelEditAdd',
component: jtChannelEdit,
},
{
path: '/parentPlatformList/:count/:page',
name: 'parentPlatformList',
component: parentPlatformList,
},
{
path: '/map/:deviceId/:parentChannelId/:count/:page',
name: 'map',