mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-02-04 06:34:24 +00:00
1
This commit is contained in:
parent
be904d69fb
commit
3573f0368d
@ -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);
|
||||
//j = decodeURIComponent(j);
|
||||
CookieJDs = CookieJDs.filter(x => !x.includes(encodeURIComponent(i)));
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user