From 03177e1d421c090185dc3a5f57a9d3704334d94e Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 25 七月 2025 09:48:19 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/OAManage --- config/routes.ts | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/config/routes.ts b/config/routes.ts index ffe4ec0..06c47e3 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -1,4 +1,6 @@ -锘縠xport default [ +锘縤mport { access } from "fs"; + +export default [ { path: '/user', layout: false, @@ -103,17 +105,18 @@ { path: '/humanResourceManagement/employeeInformation', name: '鍛樺伐淇℃伅', component: './Admin' }, { path: '/humanResourceManagement/contractManagement', name: '鍚堝悓绠$悊', component: './HumanResourceManagement/contractManagement' }, { path: '/humanResourceManagement/nominationForAppointment', name: '浠昏亴鎻愬悕', component: './HumanResourceManagement/nominationForAppointment' }, - { path: '/humanResourceManagement/dismissalApplication', name: '鍏嶈亴鐢宠', component: './Admin' }, + { path: '/humanResourceManagement/dismissalApplication', name: '鍏嶈亴鐢宠', component: './HumanResourceManagement/dismissalApplication' }, + { path: '/humanResourceManagement/transferApplication', name: '璋冨叆鐢宠', component: './Admin' }, { path: '/humanResourceManagement/transferOutApplication', name: '璋冨嚭鐢宠', component: './Admin' }, - { path: '/humanResourceManagement/changeRequest', name: '鍙樺姩鐢宠', component: './Admin' }, + { path: '/humanResourceManagement/changeRequest', name: '鍙樺姩鐢宠', component: './HumanResourceManagement/changeRequest' }, // { path: '/humanResourceManagement/transferApplication', name: '杞换鐢宠', component: './Admin' }, - { path: '/humanResourceManagement/applicationForSecondment', name: '鎸傝亴鐢宠', component: './Admin' }, - { path: '/humanResourceManagement/challengeForCause', name: '鍥為伩鐢宠', component: './Admin' }, - { path: '/humanResourceManagement/resignationApplication', name: '绂昏亴鐢宠', component: './Admin' }, + { path: '/humanResourceManagement/applicationForSecondment', name: '鎸傝亴鐢宠', component: './HumanResourceManagement/applicationForSecondment' }, + { path: '/humanResourceManagement/challengeForCause', name: '鍥為伩鐢宠', component: './HumanResourceManagement/challengeForCause' }, + { path: '/humanResourceManagement/resignationApplication', name: '绂昏亴鐢宠', component: './HumanResourceManagement/resignationApplication' }, // { path: '/humanResourceManagement/dismissalApplication', name: '杈為��鐢宠', component: './Admin' }, // { path: '/humanResourceManagement/retirementManagement', name: '绂讳紤绠$悊', component: './Admin' }, - { path: '/humanResourceManagement/retirementManagement', name: '閫�浼戠鐞�', component: './Admin' }, + { path: '/humanResourceManagement/retirementManagement', name: '閫�浼戠鐞�', component: './HumanResourceManagement/retirementManagement' }, { path: '/humanResourceManagement/compulsoryRetirementApplication', name: '寮哄埗閫�浼戠敵璇�', component: './Admin' }, ], }, -- Gitblit v1.9.1