From e1d380a930e73d8355a4695ca5f5b91f471c2394 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Mon, 28 Apr 2025 13:32:12 +0800
Subject: [PATCH] 修改大屏
---
src/router/index.js | 36 +++++++++++++++++++++---------------
1 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 9a9c99a..c255cba 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -52,18 +52,11 @@
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: '/bigMap',
+ component: () => import('@/views/hazardousChemicals/bigScreen/index.vue'),
+ hidden: true
+ },
{
path: '/warehouseManage',
component: Layout,
@@ -77,7 +70,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 +244,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