index.js 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export default { path: '/detail/:id.html', name: 'detail', component: () => import(/* webpackChunkName: "kol.settlement-detail" */'./settlement-detail'), meta: { pageName: '新建页面' } };