diff --git a/routes/index.js b/routes/index.js index a22becf..11a7aa1 100644 --- a/routes/index.js +++ b/routes/index.js @@ -87,6 +87,7 @@ async function handle(url, htmlStr, jsText, cookie, userAgent) { }) // 设置 cookie if (cookie != null) { + console.log('cookie 加载长度--->', cookie, baseUrl) cookieJar.setCookieSync(cookie, baseUrl); } // 加载dom