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 @@ - +