|
@@ -119,14 +119,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
title: '流程查询'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: 'mainOfficeCenter2',
|
|
|
- component: () => import('@/views/OaSystem/officeCenter/mainOfficeCenter/index.vue'),
|
|
|
- name: 'mainOfficeCenter',
|
|
|
- meta: {
|
|
|
- title: '办件中心'
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
path: 'createNewProcess',
|
|
|
component: () => import('@/views/OaSystem/officeCenter/createNewProcess/index.vue'),
|