合并主线
This commit is contained in:
@@ -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("尚不支持");
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user