1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Add employee personal information

This commit is contained in:
GGB
2023-05-28 22:11:30 +08:00
parent f772b39964
commit 11e122df0b
9 changed files with 129 additions and 80 deletions

View File

@@ -33,6 +33,11 @@ const router = createRouter({
requiresAuth: false
}
},
{
path: '/profile',
component: async () => await import('@/pages/profile/PersonalProfile.vue'),
name: 'profile'
},
workRouter,
noticeRouter,
attendanceRouter,