fix: 修复未传参(params)的时,redo失效的问题 (#2826)
Co-authored-by: kelvin <kyun.wang@jodoinc.com>
This commit is contained in:
parent
19fd49e22d
commit
361a189f6a
|
|
@ -42,7 +42,7 @@ export const REDIRECT_ROUTE: AppRouteRecordRaw = {
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/redirect/:path(.*)/:_redirect_type(.*)/:_origin_params(.*)',
|
path: '/redirect/:path(.*)/:_redirect_type(.*)/:_origin_params(.*)?',
|
||||||
name: REDIRECT_NAME,
|
name: REDIRECT_NAME,
|
||||||
component: () => import('/@/views/sys/redirect/index.vue'),
|
component: () => import('/@/views/sys/redirect/index.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue