|
@@ -84,47 +84,47 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
noCache: false,
|
|
|
affix: true
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'mainOfficeCenter',
|
|
|
- name: 'MainOfficeCenter',
|
|
|
- component: () => import('@/views/oaSystem/mainOfficeCenter/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '办件中心'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'processContainer',
|
|
|
- component: () => import('@/views/oaSystem/processContainer/index.vue'),
|
|
|
- name: 'ProcessContainer',
|
|
|
- meta: {
|
|
|
- title: ''
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'supplier',
|
|
|
- component: () => import('@/views/oaSystem/searchCenter/supplier/index.vue'),
|
|
|
- name: 'supplier',
|
|
|
- meta: {
|
|
|
- title: '供应商管理'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'ReportPrint',
|
|
|
- component: () => import('@/views/oaSystem/officeCenter/index.vue'),
|
|
|
- name: 'ReportPrint',
|
|
|
- meta: {
|
|
|
- title: '报表打印'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'processLog',
|
|
|
- component: () => import('@/views/oaSystem/officeCenter/index.vue'),
|
|
|
- name: 'ProcessLog',
|
|
|
- meta: {
|
|
|
- title: '流程日志'
|
|
|
- }
|
|
|
}
|
|
|
+ // {
|
|
|
+ // path: 'mainOfficeCenter',
|
|
|
+ // name: 'MainOfficeCenter',
|
|
|
+ // component: () => import('@/views/oaSystem/mainOfficeCenter/index.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '办件中心'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'processContainer',
|
|
|
+ // component: () => import('@/views/oaSystem/processContainer/index.vue'),
|
|
|
+ // name: 'ProcessContainer',
|
|
|
+ // meta: {
|
|
|
+ // title: ''
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'supplier',
|
|
|
+ // component: () => import('@/views/oaSystem/searchCenter/supplier/index.vue'),
|
|
|
+ // name: 'supplier',
|
|
|
+ // meta: {
|
|
|
+ // title: '供应商管理'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'ReportPrint',
|
|
|
+ // component: () => import('@/views/oaSystem/officeCenter/index.vue'),
|
|
|
+ // name: 'ReportPrint',
|
|
|
+ // meta: {
|
|
|
+ // title: '报表打印'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'processLog',
|
|
|
+ // component: () => import('@/views/oaSystem/officeCenter/index.vue'),
|
|
|
+ // name: 'ProcessLog',
|
|
|
+ // meta: {
|
|
|
+ // title: '流程日志'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|