|
|
|
@ -36,7 +36,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/base/redirect/index.vue'), |
|
|
|
|
meta: { |
|
|
|
|