diff --git a/yshop-crm-vue/src/router/modules/remaining.ts b/yshop-crm-vue/src/router/modules/remaining.ts index e0ae762..ba2c224 100644 --- a/yshop-crm-vue/src/router/modules/remaining.ts +++ b/yshop-crm-vue/src/router/modules/remaining.ts @@ -40,7 +40,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ children: [ { path: '/redirect/:path(.*)', - name: 'Redirect', + name: 'Redirect2', component: () => import('@/views/Redirect/Redirect.vue'), meta: {} }