32c4f6a6 by lihua

fix: 打包错误

1 parent 00fdbe44
...@@ -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 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!