From 6f43caff443214675eecae6dfb108359e0cc2eec Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 12 十二月 2024 13:40:52 +0800 Subject: [PATCH] CameraLive --- src/api/login/UserMenuData.ts | 16 ++++++++++++++++ src/views/project/yw/systemManage/cameraLive/CameraLive.vue | 6 ++++++ customer_list/yw/static/config/route.js | 7 +++++++ 3 files changed, 29 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, diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts index 569c3ee..f6f05df 100644 --- a/src/api/login/UserMenuData.ts +++ b/src/api/login/UserMenuData.ts @@ -190,6 +190,22 @@ SortCode: 2, Description: '', }, + { + Children: [], + ID: '1132', + ParentID: '1742436890822447104', + Type: 2, + Name: '鎽勫儚澶�', + Path: '/camera/live', + Permission: '', + Icon: 'ywifont ywicon-shoucang2', + IsIframe: false, + OutLink: '', + IsHide: false, + Weight: 0, + SortCode: 2, + Description: '', + }, ], }, { diff --git a/src/views/project/yw/systemManage/cameraLive/CameraLive.vue b/src/views/project/yw/systemManage/cameraLive/CameraLive.vue new file mode 100644 index 0000000..c90ad97 --- /dev/null +++ b/src/views/project/yw/systemManage/cameraLive/CameraLive.vue @@ -0,0 +1,6 @@ +<template> + <div class="camera-live">camera-live</div> +</template> + +<script setup lang="ts"></script> +<style scoped lang="scss"></style> -- Gitblit v1.9.3