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