From 9087068699facb6e1e8f22a39bf3c292dbbb0ef1 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 13 十一月 2024 09:18:27 +0800 Subject: [PATCH] 提交 --- src/router/index.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 59f54a4..49e47c5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -156,6 +156,19 @@ ] }, { + 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', -- Gitblit v1.9.2