Pre Merge pull request !699 from clockdotnet/master-vxe

pull/699/MERGE
clockdotnet 2025-02-17 08:29:26 +00:00 committed by Gitee
commit 7ac32d9190
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"vxe-table": "4.5.21", "vxe-table": "4.5.21",
"web-storage-cache": "^1.1.1", "web-storage-cache": "^1.1.1",
"xe-utils": "^3.5.22", "xe-utils": "3.5.22",
"xml-js": "^1.6.11" "xml-js": "^1.6.11"
}, },
"devDependencies": { "devDependencies": {

View File

@ -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',