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 Jan 11, 2020
1 parent d634e2a commit 6850312
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 6850312

Please sign in to comment.