32c4f6a6 by lihua

fix: 打包错误

1 parent 00fdbe44
......@@ -89,18 +89,18 @@ const routes: RouteRecordRaw[] = [
}
}
},
{
path: 'processDetail',
name: 'APIProcessDetail',
component: () => import('@/views/detail.vue'),
meta: {
title: '流程详情',
sidebar: false,
breadcrumb: false,
cache: true,
reuse: true
}
},
// {
// path: 'processDetail',
// name: 'APIProcessDetail',
// component: () => import('@/views/detail.vue'),
// meta: {
// title: '流程详情',
// sidebar: false,
// breadcrumb: false,
// cache: true,
// reuse: true
// }
// },
],
},
{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!