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:
@@ -33,6 +33,11 @@ const router = createRouter({
|
||||
requiresAuth: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/profile',
|
||||
component: async () => await import('@/pages/profile/PersonalProfile.vue'),
|
||||
name: 'profile'
|
||||
},
|
||||
workRouter,
|
||||
noticeRouter,
|
||||
attendanceRouter,
|
||||
|
||||
Reference in New Issue
Block a user