|
@@ -43,13 +43,6 @@ export const sysStaticRouter: Array<AppRouteRecordRaw> = [
|
|
|
component: () => import('@/views/dashboard/index.vue'),
|
|
|
name: 'dashboard',
|
|
|
meta: { title: 'dashboard', icon: 'icon-homepage', affix: true }
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- path: '/approve_detail',
|
|
|
- component: () => import('@/views/approve/detail/index.vue'),
|
|
|
- name: 'testDetail',
|
|
|
- meta: { title: '流程详情', icon: 'icon-homepage', hidden: true }
|
|
|
}
|
|
|
]
|
|
|
},
|