From e58021576b80760456fd47977ab639728021086c Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 24 五月 2025 16:01:26 +0800 Subject: [PATCH] 111 --- src/router/modules/remaining.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index f0dc9d0..9560a8e 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -40,7 +40,7 @@ children: [ { path: '/redirect/:path(.*)', - name: 'Redirect', + name: 'RedirectChild', component: () => import('@/views/Redirect/Redirect.vue'), meta: {} } -- Gitblit v1.9.3