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')}}