From 1a1a68784b9e8fa24b8ab863b974f4e5e84ffe44 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期一, 11 七月 2022 16:41:32 +0800
Subject: [PATCH] 去除失效的配置,增加人物结束时移除人物缓存
---
web_src/src/router/index.js | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/web_src/src/router/index.js b/web_src/src/router/index.js
index 8844862..2c9c6f3 100644
--- a/web_src/src/router/index.js
+++ b/web_src/src/router/index.js
@@ -7,7 +7,7 @@
import channelList from '../components/channelList.vue'
import pushVideoList from '../components/PushVideoList.vue'
import streamProxyList from '../components/StreamProxyList.vue'
-import devicePosition from '../components/devicePosition.vue'
+import map from '../components/map.vue'
import login from '../components/Login.vue'
import parentPlatformList from '../components/ParentPlatformList.vue'
import cloudRecord from '../components/CloudRecord.vue'
@@ -59,7 +59,7 @@
component: streamProxyList,
},
{
- path: '/channelList/:deviceId/:parentChannelId/:count/:page',
+ path: '/channelList/:deviceId/:parentChannelId/',
name: 'channelList',
component: channelList,
},
@@ -69,9 +69,9 @@
component: parentPlatformList,
},
{
- path: '/devicePosition/:deviceId/:parentChannelId/:count/:page',
- name: 'devicePosition',
- component: devicePosition,
+ path: '/map/:deviceId/:parentChannelId/:count/:page',
+ name: 'map',
+ component: map,
},
{
path: '/cloudRecord',
@@ -100,8 +100,8 @@
},
{
path: '/map',
- name: 'devicePosition',
- component: devicePosition,
+ name: 'map',
+ component: map,
},
]
},
--
Gitblit v1.8.0