提交 82424d7e authored 作者: lidongxu's avatar lidongxu

refactor(router): 修改:路由模式修改测试

上级 d557086d
......@@ -238,7 +238,7 @@ export const dynamicRoutes = [
const router = createRouter({
// 路由模式:createWebHashHistory,createWebHistory
history: createWebHistory(),
history: createWebHashHistory(),
routes: isMobile() ? [...constantMobileRoutes] : [...constantPCRoutes], // 移动端单独静态公共路由表
scrollBehavior(to, from, savedPosition) {
if (savedPosition) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论