修改历史记录路由名字
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user