BUG
This commit is contained in:
@ -40,7 +40,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/redirect/:path(.*)',
|
path: '/redirect/:path(.*)',
|
||||||
name: 'Redirect',
|
name: 'Redirect1',
|
||||||
component: () => import('@/views/Redirect/Redirect.vue'),
|
component: () => import('@/views/Redirect/Redirect.vue'),
|
||||||
meta: {}
|
meta: {}
|
||||||
}
|
}
|
||||||
@ -60,7 +60,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
component: () => import('@/views/Home/Index.vue'),
|
component: () => import('@/views/Home/Index.vue'),
|
||||||
name: 'Home',
|
name: 'Home1',
|
||||||
meta: {
|
meta: {
|
||||||
title: t('router.home'),
|
title: t('router.home'),
|
||||||
icon: 'ep:home-filled',
|
icon: 'ep:home-filled',
|
||||||
|
|||||||
Reference in New Issue
Block a user