提交 fdd0191e authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 31c1c7e3
......@@ -40,14 +40,16 @@ const routes = [
// { path: '/textBook/chapter', component: () => import('@/pages/textBook/chapter.vue') },
// // 办事大厅
// { path: '/hall', component: () => import('@/pages/hall/index.vue') },
]
}
],
},
]
const router = new VueRouter({
mode: 'history',
routes
routes,
scrollBehavior() {
return { x: 0, y: 0 }
},
})
export default router
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论