fix: 打包错误
Showing
1 changed file
with
12 additions
and
12 deletions
| ... | @@ -89,18 +89,18 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -89,18 +89,18 @@ const routes: RouteRecordRaw[] = [ |
| 89 | } | 89 | } |
| 90 | } | 90 | } |
| 91 | }, | 91 | }, |
| 92 | { | 92 | // { |
| 93 | path: 'processDetail', | 93 | // path: 'processDetail', |
| 94 | name: 'APIProcessDetail', | 94 | // name: 'APIProcessDetail', |
| 95 | component: () => import('@/views/detail.vue'), | 95 | // component: () => import('@/views/detail.vue'), |
| 96 | meta: { | 96 | // meta: { |
| 97 | title: '流程详情', | 97 | // title: '流程详情', |
| 98 | sidebar: false, | 98 | // sidebar: false, |
| 99 | breadcrumb: false, | 99 | // breadcrumb: false, |
| 100 | cache: true, | 100 | // cache: true, |
| 101 | reuse: true | 101 | // reuse: true |
| 102 | } | 102 | // } |
| 103 | }, | 103 | // }, |
| 104 | ], | 104 | ], |
| 105 | }, | 105 | }, |
| 106 | { | 106 | { | ... | ... |
-
Please register or sign in to post a comment