mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-06-21 19:04:42 +00:00
Update jdCookie.js
fix bug
This commit is contained in:
parent
ed0414188a
commit
bb3756b9e2
@ -55,7 +55,7 @@ if (process.env.BANPIN) {
|
||||
let pinarr = banpin.split(',');
|
||||
console.log(`已配置全局不执行pin: ${JSON.stringify(pinarr)}`);
|
||||
for (let i of pinarr) {
|
||||
j = decodeURIComponent(j);
|
||||
i = decodeURIComponent(i);
|
||||
CookieJDs = CookieJDs.filter(x => !x.includes(encodeURIComponent(i)));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user