Skip to content

Commit

Permalink
fix: fixed redirect path regex (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
lainlee authored and PanJiaChen committed Jun 4, 2020
1 parent 39b2b9b commit dc4832a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const constantRoutes = [
hidden: true,
children: [
{
path: '/redirect/:path*',
path: '/redirect/:path(.*)',
component: () => import('@/views/redirect/index')
}
]
Expand Down

0 comments on commit dc4832a

Please sign in to comment.