master
刘东琪 9 months ago
parent 37ae9821bb
commit 2ad83be04d
  1. 2
      routes/index.js

@ -89,7 +89,7 @@ async function handle(url, uuid, areaName, htmlStr, cookie, userAgent) {
console.debug(`${uuid};正在设置 Cookie:`, cookie, currentUrl);
let call = superSetCookie.call(this, cookie, currentUrl, options, callback);
// 设置标志可取标志
if (cookie.includes('YqQ7a3SgknV8P')) {
if (cookie.includes('P=')) {
window[uuid] = true
}
return call;

Loading…
Cancel
Save