routes.js

const routes = [{ path: '/', component: () => import('../page/home.vue'), meta: { pageName: '首页' } }];
export default routes;