master
刘东琪 9 months ago
parent 913e2cce18
commit d761da21e6
  1. 1
      routes/index.js

@ -87,6 +87,7 @@ async function handle(url, htmlStr, jsText, cookie, userAgent) {
}) })
// 设置 cookie // 设置 cookie
if (cookie != null) { if (cookie != null) {
console.log('cookie 加载长度--->', cookie, baseUrl)
cookieJar.setCookieSync(cookie, baseUrl); cookieJar.setCookieSync(cookie, baseUrl);
} }
// 加载dom // 加载dom

Loading…
Cancel
Save