Commit 61142595 authored by RuoYi's avatar RuoYi

固定重定向路径表达式

parent af7aa358
......@@ -32,7 +32,7 @@ export const constantRoutes = [
hidden: true,
children: [
{
path: '/redirect/:path*',
path: '/redirect/:path(.*)',
component: () => import('@/views/redirect')
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment