添加history页面
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user