修改历史记录路由名字

This commit is contained in:
X1627315083
2025-09-18 11:04:34 +08:00
parent 409984b63d
commit 83df0ac2c8
4 changed files with 13 additions and 13 deletions

View File

@@ -84,10 +84,10 @@ const routes: Array<RouteRecordRaw> = [
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",