From 3edfa51d3c2429d9274486ddfb1f1f3c5f1b2ce3 Mon Sep 17 00:00:00 2001 From: chenlin Date: Thu, 27 Nov 2025 09:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index d602c13..6a4c1bc 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -73,7 +73,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ component: () => import('@/views/Home/Index10.vue'), name: 'Index', meta: { - title: '集团视角数据看板', + title: t('router.home'), icon: 'ep:home-filled', noCache: false, affix: true @@ -87,6 +87,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: '区域视角数据看板', icon: 'ep:home-filled', noCache: false, + hidden: true, affix: true } }, @@ -97,6 +98,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ meta: { title: '园区视角数据看板', icon: 'ep:home-filled', + hidden: true, noCache: false, affix: true }