固定重定向路径表达式

This commit is contained in:
RuoYi 2020-03-15 19:53:09 +08:00
parent af7aa35884
commit 61142595c4
1 changed files with 1 additions and 1 deletions

View File

@ -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')
} }
] ]