正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -32,7 +32,7 @@ export const constantRoutes = [ | @@ -32,7 +32,7 @@ export const constantRoutes = [ | ||
| 32 | hidden: true, | 32 | hidden: true, |
| 33 | children: [ | 33 | children: [ |
| 34 | { | 34 | { |
| 35 | - path: '/redirect/:path*', | 35 | + path: '/redirect/:path(.*)', |
| 36 | component: () => import('@/views/redirect') | 36 | component: () => import('@/views/redirect') |
| 37 | } | 37 | } |
| 38 | ] | 38 | ] |
-
请 注册 或 登录 后发表评论