|
@@ -370,7 +370,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: 'oaSystem/DeptCenter/dailyStatistic',
|
|
|
+ path: 'dailyStatistic2',
|
|
|
component: () => import('@/views/OaSystem/personnelManagement/dailyStatistic/index.vue'),
|
|
|
name: 'dailyStatistic',
|
|
|
meta: {
|
|
@@ -378,7 +378,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: 'oaSystem/DeptCenter/weeklyStatistic',
|
|
|
+ path: 'weeklyStatistic2',
|
|
|
component: () => import('@/views/OaSystem/personnelManagement/weeklyStatistic/index.vue'),
|
|
|
name: '"DeptWeeklyStatistic"',
|
|
|
meta: {
|