From 48d4a5196f5891ba0b941baaf9385b4d9ca6fe02 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Mon, 17 Feb 2025 15:55:05 +0800 Subject: [PATCH 1/2] BUG --- src/router/modules/remaining.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 92365e5c8..5397b2557 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -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', -- Gitee From f69c89cba961ca1daec69a91a326bab098dd2063 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Mon, 17 Feb 2025 16:29:14 +0800 Subject: [PATCH 2/2] BUG --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e87603fa4..d27fa6e28 100644 --- a/package.json +++ b/package.json @@ -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": { -- Gitee