fix(route): /zju/cst (#15550)
This commit is contained in:
parent
4129d62fb2
commit
d4557a6c7e
|
|
@ -37,7 +37,7 @@ async function getPage(id) {
|
|||
return {
|
||||
title: item.find('a').text(),
|
||||
pubDate: parseDate(item.find('.fr').text()),
|
||||
link: new URL(item.find('a').attr('href'), res.url).href,
|
||||
link: new URL(item.find('a').attr('href'), host).href,
|
||||
};
|
||||
})
|
||||
.get()
|
||||
|
|
|
|||
Loading…
Reference in New Issue