mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-31 06:29:46 +08:00
♻️ 重构链接解析处理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file router/modules/main.ts
|
||||
* @description 主路由模块
|
||||
* @since Beta v0.4.5
|
||||
* @since Beta v0.5.1
|
||||
*/
|
||||
|
||||
const mainRoutes = [
|
||||
@@ -21,7 +21,7 @@ const mainRoutes = [
|
||||
component: async () => await import("../../pages/common/News.vue"),
|
||||
},
|
||||
{
|
||||
path: "/posts",
|
||||
path: "/posts/:gid?/:forum?",
|
||||
name: "酒馆",
|
||||
component: async () => await import("../../pages/common/Posts.vue"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user