From f89921cd27409d11e70e7327fe916252316a38fa Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: Fri, 08 Apr 2022 17:53:26 +0800
Subject: [PATCH] fix
---
src/router/index.js | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index eea1f0a..94c4f88 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -81,26 +81,26 @@
],
hidden: true
},
- {
- id: 2,
- parentId: 0,
- path: '/contingencyplan',
- component: Layout,
- // redirect: '/contingencyplan',
- name: '应急预案',
- meta: { title: '应急预案', icon: 'el-icon-dash' },
- children: [
- {
- id: 1,
- parentId: 0,
- path: '/contingencyplan',
- name: '应急预案',
- component: () => import('@/views/contingencyplan/index'),
- meta: { title: '应急预案', icon: '' }
- }
- ]
- },
- {
+ // {
+ // id: 2,
+ // parentId: 0,
+ // path: '/contingencyplan',
+ // component: Layout,
+ // // redirect: '/contingencyplan',
+ // name: '应急预案',
+ // meta: { title: '应急预案', icon: 'el-icon-dash' },
+ // children: [
+ // {
+ // id: 1,
+ // parentId: 0,
+ // path: '/contingencyplan',
+ // name: '应急预案',
+ // component: () => import('@/views/contingencyplan/index'),
+ // meta: { title: '应急预案', icon: '' }
+ // }
+ // ]
+ // },
+/* {
id: 2,
parentId: 0,
path: '/safetyproduction',
@@ -168,8 +168,8 @@
hidden: true
}
]
- },
- {
+ },*/
+ /* {
id: 2,
parentId: 0,
path: '/majorHazardSourceMonitoring',
@@ -202,7 +202,7 @@
meta: { title: '仪表实时数据', icon: '' }
},
]
- },
+ },*/
{
id: 2,
parentId: 0,
--
Gitblit v1.9.2