pull/699/head
shizhong 2025-02-17 15:55:05 +08:00
parent 9f9d590378
commit 48d4a5196f
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
children: [
{
path: '/redirect/:path(.*)',
name: 'Redirect',
name: 'Redirect1',
component: () => import('@/views/Redirect/Redirect.vue'),
meta: {}
}
@ -60,7 +60,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{
path: 'index',
component: () => import('@/views/Home/Index.vue'),
name: 'Home',
name: 'Home1',
meta: {
title: t('router.home'),
icon: 'ep:home-filled',