diff --git a/lib/routes/12379/index.js b/lib/routes/12379/index.js index f4ed76fc8..a9a5e8e41 100644 --- a/lib/routes/12379/index.js +++ b/lib/routes/12379/index.js @@ -10,7 +10,7 @@ module.exports = async (ctx) => { const list = data.map((item) => ({ title: item.headline, - link: `http://www.12379.cn/html/new2018/alarmcontent.shtml?file=${item.identifier}.html}`, + link: `http://www.12379.cn/html/new2018/alarmcontent.shtml?file=${item.identifier}.html`, description: item.description, pubDate: new Date(item.sendTime).toUTCString(), }));