From f84ea058b4627e25449ffce4390b662c8ac0633d Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Tue, 31 Dec 2024 16:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B7=AF=E7=94=B1=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 6af560b..929017d 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -40,7 +40,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ children: [ { path: '/redirect/:path(.*)', - name: 'Redirect', + name: 'Redirect1', component: () => import('@/views/redirect/redirect.vue'), meta: {} }