index.js 201 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export default { path: '/onsale.html', name: 'onsale', component: () => import(/* webpackChunkName: "product.onsale" */'./onsale'), meta: { pageName: '已上架商品' } };