index.js 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export default { path: '/output.html', name: 'output', component: () => import(/* webpackChunkName: "product.output" */'./output'), meta: { pageName: '批量功能' } };