From 00bf2c50bfc21fac3a766b032d45670981d086e0 Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Tue, 21 Apr 2026 19:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useIndex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useIndex.ts b/src/hooks/useIndex.ts index 3b71393..a10745d 100644 --- a/src/hooks/useIndex.ts +++ b/src/hooks/useIndex.ts @@ -15,7 +15,7 @@ export const useIndex = () => { { title: '地震灾害链', name: 'earthquake', query: { identification: 2 } }, { title: '多灾种灾害链分析', name: 'index', query: { identification: 3 } }, { title: '灾害链情景推演', name: 'index', query: { identification: 4 } }, - { title: '数据管理', name: 'index', query: { identification: 5 } }, + { title: '数据管理', name: 'fileManagement', query: { identification: 5 } }, { title: '文件管理', name: 'index', query: { identification: 6 } }, ];