mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-05 11:18:42 +08:00
fix: fixed redirect path regex (#2933)
This commit is contained in:
parent
d634e2ae2f
commit
6850312e89
@ -45,7 +45,7 @@ export const constantRoutes = [
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: '/redirect/:path*',
|
||||
path: '/redirect/:path(.*)',
|
||||
component: () => import('@/views/redirect/index')
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user