From 65f4b3f007fe452dc2dcc0045577f1cd10dd4e06 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 30 Oct 2024 11:18:20 +0800
Subject: [PATCH] 工具栏,菜单,等更改

---
 src/router/index.js |   30 ++++++++++++++++++++++--------
 1 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 887aef7..0ff1b79 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2024-10-25 16:35:31
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-10-25 19:13:08
+ * @LastEditTime: 2024-10-29 17:48:52
  * @FilePath: \bigScreen\src\router\index.js
  * @Description: 
  * 
@@ -24,23 +24,37 @@
       {
         path: 'survey',
         meta: {
-          title: 'survey'
+          title: '园区概况'
         },
         component: () => import('@/views/survey/index.vue')
       },
       {
-        path: 'env',
+        path: 'space',
         meta: {
-          title: '环境监测'
+          title: '应急空间'
         },
-        component: () => import('@/views/env/index.vue')
+        component: () => import('@/views/space/index.vue')
       },
       {
-        path: 'monitoring',
+        path: 'supplies',
         meta: {
-          title: '视频监控'
+          title: '应急物资'
         },
-        component: () => import('@/views/monitoring/index.vue')
+        component: () => import('@/views/supplies/index.vue')
+      },
+      {
+        path: 'equipment',
+        meta: {
+          title: '应急设备'
+        },
+        component: () => import('@/views/equipment/index.vue')
+      },
+      {
+        path: 'pac',
+        meta: {
+          title: '三级防控'
+        },
+        component: () => import('@/views/pac/index.vue')
       }
     ]
   },

--
Gitblit v1.9.3