feat: 添加start启动页面

This commit is contained in:
橙子
2024-06-03 22:21:02 +08:00
parent 4660ae212c
commit 863507ade1
2 changed files with 86 additions and 0 deletions

View File

@@ -57,6 +57,14 @@ const router = createRouter({
title: "首页",
},
},
{
name: "start",
path: "/start",
component: () => import("../views/start/Index.vue"),
meta: {
title: "开始",
},
},
{
name: "article",
path: "/article/:discussId/:articleId?",