Update base.ts 修正 RedirectName 重复

This commit is contained in:
Ah jung
2025-02-11 13:22:10 +08:00
committed by GitHub
parent 79c3cb5d4d
commit f68ec16563

View File

@@ -34,7 +34,7 @@ export const RedirectRoute: RouteRecordRaw = {
children: [ children: [
{ {
path: '/redirect/:path(.*)', path: '/redirect/:path(.*)',
name: RedirectName, name: `${RedirectName}Son`,
component: () => import('@/views/redirect/index.vue'), component: () => import('@/views/redirect/index.vue'),
meta: { meta: {
title: RedirectName, title: RedirectName,