commit
256bbd9692
@ -69,7 +69,7 @@
|
||||
"vuedraggable": "^4.1.0",
|
||||
"vxe-table": "4.5.21",
|
||||
"web-storage-cache": "^1.1.1",
|
||||
"xe-utils": "^3.5.22",
|
||||
"xe-utils": "3.5.22",
|
||||
"xml-js": "^1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user