From 75d473492fc9d818de85eaa0e934cdb5d309f441 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 30 七月 2025 17:37:08 +0800 Subject: [PATCH] feat: 页面 --- src/router/index.ts | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 176 insertions(+), 0 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index b2cd8b4..0ee970d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -96,6 +96,182 @@ }, }, { + path: '/FlexJobManage', + redirect: 'noRedirect', + component: Layout, + hidden: false, + alwaysShow: true, + meta: { + rank: 10010, + title: '鐏靛伐绠$悊', + rootMenu: true, + icon: 'home', + }, + children: [ + { + path: '/FlexJobManageList', + name: 'FlexJobManageList', + hidden: false, + alwaysShow: true, + component: () => import('@/views/FlexJobManage/FlexJobManage.vue'), + meta: { + rank: 10011, + title: '鐏靛伐绠$悊', + // rootMenu: true, + icon: 'home', + }, + }, + ], + }, + { + path: '/EmploymentManage', + redirect: 'noRedirect', + component: Layout, + hidden: false, + alwaysShow: true, + meta: { + rank: 10020, + title: '鐢ㄤ汉绠$悊', + rootMenu: true, + icon: 'home', + }, + children: [ + { + path: '/TaskManage', + name: 'TaskManage', + hidden: false, + alwaysShow: true, + component: () => import('@/views/EmploymentManage/TaskManage.vue'), + meta: { + rank: 10021, + title: '浠诲姟绠$悊', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/AddOrEditEmployment', + name: 'AddOrEditEmployment', + hidden: true, + alwaysShow: false, + component: () => import('@/views/EmploymentManage/AddOrEditEmployment.vue'), + meta: { + rank: 10022, + title: '鍙戝竷缂栬緫浜哄憳', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/EmploymentManageDetail', + name: 'EmploymentManageDetail', + hidden: true, + alwaysShow: false, + component: () => import('@/views/EmploymentManage/EmploymentManageDetail.vue'), + meta: { + rank: 10023, + title: '浜哄憳绠$悊璇︽儏', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/EmploymentSignList', + name: 'EmploymentSignList', + hidden: true, + alwaysShow: false, + component: () => import('@/views/EmploymentManage/EmploymentSignList.vue'), + meta: { + rank: 10024, + title: '鎶ュ悕鍒楄〃', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/EmploymentManageArrange', + name: 'EmploymentManageArrange', + hidden: true, + alwaysShow: false, + component: () => import('@/views/EmploymentManage/EmploymentManageArrange.vue'), + meta: { + rank: 10025, + title: '浜哄憳瀹夋帓', + // rootMenu: true, + icon: 'home', + }, + }, + + { + path: '/CheckManage', + name: 'CheckManage', + hidden: false, + alwaysShow: true, + component: () => import('@/views/EmploymentManage/CheckManage.vue'), + meta: { + rank: 10030, + title: '楠屾敹绠$悊', + // rootMenu: true, + icon: 'home', + }, + }, + ], + }, + { + path: '/ServiceChargeManage', + redirect: 'noRedirect', + component: Layout, + hidden: false, + alwaysShow: true, + meta: { + rank: 10040, + title: '鏈嶅姟璐圭鐞�', + rootMenu: true, + icon: 'home', + }, + children: [ + { + path: '/ServiceChargeManageList', + name: 'ServiceChargeManageList', + hidden: false, + alwaysShow: true, + component: () => import('@/views/ServiceChargeManage/ServiceChargeManage.vue'), + meta: { + rank: 10041, + title: '鏈嶅姟璐圭鐞�', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/ServiceChargeSettle', + name: 'ServiceChargeSettle', + hidden: false, + alwaysShow: true, + component: () => import('@/views/ServiceChargeManage/ServiceChargeSettle.vue'), + meta: { + rank: 10042, + title: '缁撶畻', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/ServiceChargeDetail', + name: 'ServiceChargeDetail', + hidden: false, + alwaysShow: true, + component: () => import('@/views/ServiceChargeManage/ServiceChargeDetail.vue'), + meta: { + rank: 10042, + title: '璇︽儏', + // rootMenu: true, + icon: 'home', + }, + }, + ], + }, + { path: '/Login', name: 'Login', hidden: true, -- Gitblit v1.9.1