mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-07 00:15:48 +08:00
♻️ 首页组件样式迭代
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file router/modules/sub.ts
|
||||
* @description 子路由模块,用于二级窗口
|
||||
* @since Beta v0.4.4
|
||||
* @since Beta v0.4.5
|
||||
*/
|
||||
|
||||
const subRoutes = [
|
||||
@@ -26,11 +26,6 @@ const subRoutes = [
|
||||
name: "帖子详情(JSON)",
|
||||
component: async () => await import("../../views/t-post-json.vue"),
|
||||
},
|
||||
{
|
||||
path: "/lottery/:lottery_id",
|
||||
name: "抽奖详情",
|
||||
component: async () => await import("../../views/t-lottery.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
export default subRoutes;
|
||||
|
||||
Reference in New Issue
Block a user