index.js 201 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export default { path: '/index.html', name: 'index', component: () => import(/* webpackChunkName: "kol.candidate-list" */'./profile'), meta: { pageName: '帐户信息' } };