mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
@@ -1,12 +1,13 @@
|
||||
/**
|
||||
* @file router modules sub.ts
|
||||
* @file router/modules/sub.ts
|
||||
* @description 子路由模块,用于二级窗口
|
||||
* @since Beta v0.3.3
|
||||
* @since Beta v0.4.3
|
||||
*/
|
||||
|
||||
const subRoutes = [
|
||||
{
|
||||
path: "/anno_detail/:anno_id",
|
||||
// 传入参数:公告ID-anno_id,服务器-region,语言-lang
|
||||
path: "/anno_detail/:region/:anno_id/:lang",
|
||||
name: "游戏内公告",
|
||||
component: async () => await import("../../views/t-anno.vue"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user