diff --git a/lib/routes/universities/zju/cst/index.js b/lib/routes/universities/zju/cst/index.js index 79d0c8ce4..2cd81c213 100644 --- a/lib/routes/universities/zju/cst/index.js +++ b/lib/routes/universities/zju/cst/index.js @@ -53,14 +53,14 @@ module.exports = async (ctx) => { }); ctx.state.data = { title: '浙大软件学院-全部通知', - link: host + 'NULL', + link: host, item: items, }; } else { const id = map.get(type).id; ctx.state.data = { title: map.get(type).title, - link: host + `${id}`, + link: host + `${id}` + '/list.htm', item: await getPage(id), }; }