添加history页面

This commit is contained in:
X1627315083
2025-09-12 10:15:10 +08:00
parent a11a85ae02
commit f760478594
2 changed files with 648 additions and 6 deletions

View File

@@ -83,12 +83,12 @@ const routes: Array<RouteRecordRaw> = [
meta: { enter: "all" },
component: () => import("@/views/HomeView/library.vue"),
},
// {
// path: "history",
// name: "history",
// meta: { enter: "all" },
// component: () => import("@/views/HomeView/history.vue"),
// },
{
path: "history111",
name: "history111",
meta: { enter: "all" },
component: () => import("@/views/HomeView/history111.vue"),
},
{
path: "works",
name: "works",