固定重定向路径表达式

feature/model
RuoYi 5 years ago
parent af7aa35884
commit 61142595c4

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

Loading…
Cancel
Save