mirror of
https://github.com/6dylan6/jdpro.git
synced 2025-12-19 08:14:43 +08:00
1
This commit is contained in:
@@ -55,7 +55,7 @@ if (process.env.BANPIN) {
|
|||||||
let pinarr = banpin.split(',');
|
let pinarr = banpin.split(',');
|
||||||
console.log(`已配置全局不执行pin: ${JSON.stringify(pinarr)}`);
|
console.log(`已配置全局不执行pin: ${JSON.stringify(pinarr)}`);
|
||||||
for (let i of pinarr) {
|
for (let i of pinarr) {
|
||||||
j = decodeURIComponent(j);
|
//j = decodeURIComponent(j);
|
||||||
CookieJDs = CookieJDs.filter(x => !x.includes(encodeURIComponent(i)));
|
CookieJDs = CookieJDs.filter(x => !x.includes(encodeURIComponent(i)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user