提交 6850312e 编写于 作者: 李小斐 提交者: 花裤衩

fix: fixed redirect path regex (#2933)

上级 d634e2ae
......@@ -45,7 +45,7 @@ export const constantRoutes = [
hidden: true,
children: [
{
path: '/redirect/:path*',
path: '/redirect/:path(.*)',
component: () => import('@/views/redirect/index')
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册