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