mirror of
https://gitee.com/guchengwuyue/crm.git
synced 2025-12-06 08:58:27 +08:00
fixed router name Redirect
This commit is contained in:
parent
cdccca280d
commit
1cfc0a784b
@ -40,7 +40,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/redirect/:path(.*)',
|
path: '/redirect/:path(.*)',
|
||||||
name: 'Redirect',
|
name: 'Redirect2',
|
||||||
component: () => import('@/views/Redirect/Redirect.vue'),
|
component: () => import('@/views/Redirect/Redirect.vue'),
|
||||||
meta: {}
|
meta: {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user