mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🎨 优化链接跳转,调整UI
This commit is contained in:
@@ -21,12 +21,12 @@ const mainRoutes = [
|
||||
component: async () => await import("../../pages/common/News.vue"),
|
||||
},
|
||||
{
|
||||
path: "/posts/:gid?/:forum?",
|
||||
path: "/posts/forum/:gid?/:forum?",
|
||||
name: "酒馆",
|
||||
component: async () => await import("../../pages/common/PostForum.vue"),
|
||||
},
|
||||
{
|
||||
path: "/posts/:gid?/:topic",
|
||||
path: "/posts/topic/:gid?/:topic",
|
||||
name: "话题",
|
||||
component: async () => await import("../../pages/common/PostTopic.vue"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user