合并主线

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

@@ -222,7 +222,7 @@ export default {
if (command === "params") {
this.$router.push(`/jtDeviceParams/${itemData.phoneNumber}`);
}else if (command === "connection") {
this.queryCloudRecords(itemData)
// this.queryCloudRecords(itemData)
}else {
this.$message.info("尚不支持");
}

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',