Browse Source
fix: 修复未传参(params)的时,redo失效的问题 (#2826)
Co-authored-by: kelvin <kyun.wang@jodoinc.com>
pull/2831/head
Kyun Wong
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/router/routes/basic.ts
|
|
|
@ -42,7 +42,7 @@ export const REDIRECT_ROUTE: AppRouteRecordRaw = { |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/redirect/:path(.*)/:_redirect_type(.*)/:_origin_params(.*)', |
|
|
|
path: '/redirect/:path(.*)/:_redirect_type(.*)/:_origin_params(.*)?', |
|
|
|
name: REDIRECT_NAME, |
|
|
|
component: () => import('/@/views/sys/redirect/index.vue'), |
|
|
|
meta: { |
|
|
|
|