We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d634e2a commit 6850312Copy full SHA for 6850312
src/router/index.js
@@ -45,7 +45,7 @@ export const constantRoutes = [
45
hidden: true,
46
children: [
47
{
48
- path: '/redirect/:path*',
+ path: '/redirect/:path(.*)',
49
component: () => import('@/views/redirect/index')
50
}
51
]
0 commit comments