fix: fixed redirect path regex (#2933)
This commit is contained in:
parent
39b2b9b872
commit
dc4832ad5b
|
@ -45,7 +45,7 @@ export const constantRoutes = [
|
|||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: '/redirect/:path*',
|
||||
path: '/redirect/:path(.*)',
|
||||
component: () => import('@/views/redirect/index')
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue