From 6f43caff443214675eecae6dfb108359e0cc2eec Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 12 十二月 2024 13:40:52 +0800 Subject: [PATCH] CameraLive --- customer_list/yw/static/config/route.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js index 1b1b1b7..cabd1f3 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -7,6 +7,13 @@ component: '/project/yw/systemManage/agentGraph/AgentGraph.vue', }, { + name:'CameraLive', + isKeepAlive: true, + isAffix: false, + path: '/camera/live', + component: '/project/yw/systemManage/cameraLive/CameraLive.vue', + }, + { name: 'FlowApp', isKeepAlive: true, isAffix: false, -- Gitblit v1.9.3