From e48f411d7d794e3f1fa28fdb7cb69bd8a633c6b5 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Tue, 28 Jul 2020 05:46:53 +0100 Subject: [PATCH] fix: link (#5175) --- lib/routes/12379/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), }));