🌱 仿照咨讯页写了个酒馆页面 #67

This commit is contained in:
BTMuli
2023-12-09 00:52:11 +08:00
parent 7d142d02b3
commit 4880e6bb8e
7 changed files with 292 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file router modules main.ts
* @file router/modules/main.ts
* @description 主路由模块
* @since Beta v0.3.3
* @since Beta v0.3.7
*/
const mainRoutes = [
@@ -20,6 +20,11 @@ const mainRoutes = [
name: "咨讯",
component: async () => await import("../../pages/common/News.vue"),
},
{
path: "/posts",
name: "酒馆",
component: async () => await import("../../pages/common/Posts.vue"),
},
{
path: "/achievements/:app?",
name: "成就",