mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-10 15:17:18 +00:00
添加工具页面,更新导航栏并加载工具列表
This commit is contained in:
@ -13,6 +13,12 @@ const routes = [
|
||||
component: () => import("@/views/LinksView.vue"),
|
||||
meta: { title: "友链" },
|
||||
},
|
||||
{
|
||||
path: "/tools",
|
||||
name: "tools",
|
||||
component: () => import("@/views/ToolsView.vue"),
|
||||
meta: { title: "工具" },
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
Reference in New Issue
Block a user