mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
feat(lottery):草创抽奖详情
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
// 帖子相关
|
||||
import TPost from "../../views/t-post.vue";
|
||||
import TPostJson from "../../views/t-post-json.vue";
|
||||
// 抽奖
|
||||
import TLottery from "../../views/t-lottery.vue";
|
||||
|
||||
const subRoutes = [
|
||||
{
|
||||
@@ -19,6 +21,11 @@ const subRoutes = [
|
||||
name: "帖子详情(JSON)",
|
||||
component: TPostJson,
|
||||
},
|
||||
{
|
||||
path: "/lottery/:lottery_id",
|
||||
name: "抽奖详情",
|
||||
component: TLottery,
|
||||
},
|
||||
];
|
||||
|
||||
export default subRoutes;
|
||||
|
||||
Reference in New Issue
Block a user