mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 05:32:26 +08:00
Update base.ts 修正 RedirectName 重复
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user