From d761da21e61fad461073d9bc654270e79b5cc8d6 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 15:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/index.js | 1 + 1 file changed, 1 insertion(+) 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