|
@ -40,7 +40,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
path: '/redirect/:path(.*)', |
|
|
path: '/redirect/:path(.*)', |
|
|
name: 'Redirect', |
|
|
name: 'Redirect1', |
|
|
component: () => import('@/views/redirect/redirect.vue'), |
|
|
component: () => import('@/views/redirect/redirect.vue'), |
|
|
meta: {} |
|
|
meta: {} |
|
|
} |
|
|
} |
|
|