提交 8c860dfd authored 作者: lidongxu's avatar lidongxu

fix(mobile/router/index.js): 修复:勤策移动端内跳转链路中心地址是 /m

上级 1737a784
...@@ -7,9 +7,7 @@ export const constantMobileRoutes = [ ...@@ -7,9 +7,7 @@ export const constantMobileRoutes = [
hidden: true hidden: true
}, },
{ {
path: '/index', // 勤策移动端内跳过来的是 index,我们默认显示菜单页面 path: '/m', // 勤策移动端内跳过来的地址是 /m,我们默认显示菜单页面
component: () => import('@/views/mobile/index'),
hidden: true,
redirect: '/menu' redirect: '/menu'
}, },
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论