diff --git a/routes/ithome.js b/routes/ithome.js index 5cb352f..05db858 100644 --- a/routes/ithome.js +++ b/routes/ithome.js @@ -78,6 +78,8 @@ itHomeRouter.get("/ithome", async (ctx) => { if (!data) { ctx.body = { code: 500, + title: "IT之家", + subtitle: "热榜", message: "获取失败", }; return false;