From 05cccb157fa461c1ce17cbeb9b00ed5396491ca8 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 21 四月 2025 09:42:41 +0800
Subject: [PATCH] 修改大屏

---
 src/router/index.js |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 9a9c99a..f088d84 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -52,18 +52,6 @@
     component: () => import('@/views/error/401'),
     hidden: true
   },
-  // {
-  //   path: '/newPage',
-  //   component: Layout,
-  //   redirect: '/newPage',
-  //   children: [
-  //     {
-  //       path: '/newPage',
-  //       component: () => import('@/views/onlineEducation/systemManage/banner/components/newPage.vue'),
-  //       name: 'NewPage',
-  //     }
-  //   ]
-  // },
   {
     path: '/warehouseManage',
     component: Layout,
@@ -77,7 +65,20 @@
       }
     ]
   },
-
+  {
+    path: '/bigScreen',
+    component: Layout,
+    redirect: '/bigScreen',
+    meta: { title: '监管大屏'},
+    children: [
+      {
+        path: '/bigScreen',
+        component: () => import('@/views/hazardousChemicals/bigScreen/index.vue'),
+        name: 'bigScreen',
+        meta: { title: '监管大屏',icon: 'form',  affix: true }
+      }
+    ]
+  },
   {
     path: '/electronicWarehouse',
     component: Layout,
@@ -238,10 +239,10 @@
     path: '/homePageIndex',
     component: Layout,
     redirect: '/homePageIndex',
-    meta: { title: '首页'},
+    meta: { title: '工作台'},
     children: [
       {
-        path: 'homePageIndex',
+        path: '/homePageIndex',
         component: () => import('@/views/hazardousChemicals/homePage/index.vue'),
         name: 'homePageIndex',
         meta: { title: '工作台',icon: 'form'}

--
Gitblit v1.9.2