debug
This commit is contained in:
@@ -1383,7 +1383,7 @@ function requireConfig() {
|
|||||||
const shareCodes = $.isNode() ? require('./jdDreamFactoryShareCodes.js') : '';
|
const shareCodes = $.isNode() ? require('./jdDreamFactoryShareCodes.js') : '';
|
||||||
console.log(`共${cookiesArr.length}个京东账号\n`);
|
console.log(`共${cookiesArr.length}个京东账号\n`);
|
||||||
$.shareCodesArr = [];
|
$.shareCodesArr = [];
|
||||||
if (!$.isNode()) {
|
if ($.isNode()) {
|
||||||
Object.keys(shareCodes).forEach((item) => {
|
Object.keys(shareCodes).forEach((item) => {
|
||||||
if (shareCodes[item]) {
|
if (shareCodes[item]) {
|
||||||
$.shareCodesArr.push(shareCodes[item])
|
$.shareCodesArr.push(shareCodes[item])
|
||||||
|
Reference in New Issue
Block a user