From e95ad46c8d92cae3214e43b31e90f324dfb43fe4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 09 Feb 2023 16:50:38 +0800
Subject: [PATCH] 菜单调整
---
src/views/layout/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index e6188e4..92b4f02 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 16:18:24
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-09 16:48:14
+ * @LastEditTime: 2023-02-09 16:50:28
* @FilePath: \srs-police-affairs\src\views\layout\index.vue
* @Description:
*
@@ -125,11 +125,11 @@
childrenFlag: false,
children: [
{
- menuName: '点位查询',
+ menuName: '视频预览',
path: '/layout/video/list'
},
{
- menuName: '视频巡查',
+ menuName: '视频巡逻',
path: '/layout/video/region'
}
]
--
Gitblit v1.9.3