diff --git a/routes/index.js b/routes/index.js index eb9d66f..682ee9b 100644 --- a/routes/index.js +++ b/routes/index.js @@ -160,7 +160,9 @@ async function handle(url, htmlStr, jsText, cookie, userAgent, uuid, loadHtmlJs) if (val != null) { return val; } - throw new Error('执行超时') + console.log(`${uuid} 执行超时`) + return cookieJar.getCookieStringSync(baseUrl); + // throw new Error(`${uuid}执行超时`) }