Skip to content

Commit

Permalink
Update base.ts 修正 RedirectName 重复
Browse files Browse the repository at this point in the history
  • Loading branch information
jekip authored Feb 11, 2025
1 parent 79c3cb5 commit f68ec16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const RedirectRoute: RouteRecordRaw = {
children: [
{
path: '/redirect/:path(.*)',
name: RedirectName,
name: `${RedirectName}Son`,
component: () => import('@/views/redirect/index.vue'),
meta: {
title: RedirectName,
Expand Down

0 comments on commit f68ec16

Please sign in to comment.