From 4feb1329d2f7354084c21f142ef9542fa3e646d9 Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E5=AE=A4=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 24 ++++++++++++++++++++++++ src/views/Home/hsgl/HsglCreate.vue | 2 +- src/views/Home/hygl/bk.vue | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 456759d..1c4d18f 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -760,6 +760,30 @@ const remainingRouter: AppRouteRecordRaw[] = [ activeMenu: '/Home/hsgl/Hsglflow' } }, + { + path: 'hygl/HyglCreate', + component: () => import('@/views/Home/hygl/HyglCreate.vue'), + name: 'HyglCreate', + meta: { + noCache: true, + hidden: true, + canTo: true, + title: '发起会议管理流程', + activeMenu: '/Home/hygl/Hyglflow' + } + }, + { + path: 'hygl/HyglDetail', + component: () => import('@/views/Home/hygl/HyglDetail.vue'), + name: 'HyglDetail', + meta: { + noCache: true, + hidden: true, + canTo: true, + title: '查看会议管理流程', + activeMenu: '/Home/hygl/Hyglflow' + } + }, ] }, ] diff --git a/src/views/Home/hsgl/HsglCreate.vue b/src/views/Home/hsgl/HsglCreate.vue index 7a46ec6..db201b5 100644 --- a/src/views/Home/hsgl/HsglCreate.vue +++ b/src/views/Home/hsgl/HsglCreate.vue @@ -28,7 +28,7 @@ - +