♻️ 首页组件样式迭代

This commit is contained in:
目棃
2024-03-26 16:38:14 +08:00
parent 6b2ef079ca
commit 6a0749f234
7 changed files with 223 additions and 290 deletions

View File

@@ -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;