公告支持切换服务器&语言

close #81
This commit is contained in:
目棃
2024-02-01 13:22:39 +08:00
parent 1cf29d0750
commit 02d875115f
7 changed files with 209 additions and 37 deletions

View File

@@ -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"),
},