|
|
@ -32,7 +32,7 @@ export const constantRoutes = [ |
|
|
|
hidden: true, |
|
|
|
hidden: true, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: '/redirect/:path*', |
|
|
|
path: '/redirect/:path(.*)', |
|
|
|
component: () => import('@/views/redirect') |
|
|
|
component: () => import('@/views/redirect') |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|