From 83df0ac2c8b8660280e38ad348d19169cae75d60 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 18 Sep 2025 11:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E8=B7=AF=E7=94=B1=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 6 +++--- src/tool/listData.js | 6 +++--- src/views/HomeMain.vue | 14 +++++++------- src/views/HomeView/{history111.vue => history.vue} | 0 4 files changed, 13 insertions(+), 13 deletions(-) rename src/views/HomeView/{history111.vue => history.vue} (100%) diff --git a/src/router/index.ts b/src/router/index.ts index 1f8b9979..83acc378 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -84,10 +84,10 @@ const routes: Array = [ component: () => import("@/views/HomeView/library.vue"), }, { - path: "history111", - name: "history111", + path: "history", + name: "history", meta: { enter: "all" }, - component: () => import("@/views/HomeView/history111.vue"), + component: () => import("@/views/HomeView/history.vue"), }, { path: "works", diff --git a/src/tool/listData.js b/src/tool/listData.js index 8d4d42fb..b896abbd 100644 --- a/src/tool/listData.js +++ b/src/tool/listData.js @@ -361,11 +361,11 @@ const navTypeList = (t)=>{ // Earlierlist:[ // ], // }, - history111:{ + history:{ icon:'fi-br-time-past', label:t('HistoryPage.History'), - value:'history111', - router:'/home/history111' + value:'history', + router:'/home/history' }, gallery:{ icon:'fi-rr-gallery', diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue index 3c36a07c..378330bd 100644 --- a/src/views/HomeMain.vue +++ b/src/views/HomeMain.vue @@ -18,17 +18,17 @@

{{$t('Header.NewProject')}}