From 3173c73267ba584d72c7862ab159392c5d372216 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 23 七月 2024 15:25:29 +0800
Subject: [PATCH] bug修改
---
src/router/index.js | 61 ++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index e9967eb..49e47c5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -91,6 +91,19 @@
// ]
// },
{
+ path: '/noMenu',
+ component: Layout,
+ redirect: '/noMenu',
+ children: [
+ {
+ path: '/noMenu',
+ component: () => import('@/views/error/noMenu.vue'),
+ name: 'noMenu',
+ meta: { title: '提示',icon: 'form', affix: true }
+ }
+ ]
+ },
+ {
path: '',
component: Layout,
redirect: '/institution',
@@ -129,6 +142,46 @@
}
]
},
+ {
+ path: '/project',
+ component: Layout,
+ redirect: '/project',
+ children: [
+ {
+ path: '/project',
+ component: () => import('@/views/safetyReview/projectManage/index.vue'),
+ name: 'Project',
+ meta: { title: '项目管理',icon: 'form', affix: true }
+ }
+ ]
+ },
+ {
+ path: '/projectSupplement',
+ component: Layout,
+ redirect: '/projectSupplement',
+ children: [
+ {
+ path: '/projectSupplement',
+ component: () => import('@/views/safetyReview/projectSupplement/index.vue'),
+ name: 'projectSupplement',
+ meta: { title: '项目补录',icon: 'form', affix: true }
+ }
+ ]
+ },
+ {
+ path: '/process',
+ component: Layout,
+ redirect: '/process',
+ children: [
+ {
+ path: '/process',
+ component: () => import('@/views/safetyReview/projectManage/process.vue'),
+ name: 'Process',
+ meta: { title: '项目信息管理'}
+ }
+ ]
+ },
+
{
path: '/userManage',
component: Layout,
@@ -191,7 +244,7 @@
path: 'evaluate',
component: () => import('@/views/safetyReview/baseSet/evaluateType/index.vue'),
name: 'evaluate',
- meta: { title: '评价类型管理',icon: 'form'}
+ meta: { title: '类型管理',icon: 'form'}
},
{
path: 'expertsType',
@@ -211,6 +264,12 @@
name: 'area',
meta: { title: '地区维护',icon: 'form'}
},
+ {
+ path: 'major',
+ component: () => import('@/views/safetyReview/baseSet/major/index.vue'),
+ name: 'major',
+ meta: { title: '专业方向',icon: 'form'}
+ },
]
},
--
Gitblit v1.9.2