diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index acd5c7c3..9bec8847 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -11,7 +11,7 @@ let ele, factoryId, productionId; let message = '', subTitle = '', option = {}; const notify = $.isNode() ? require('./sendNotify') : ''; -let jdNotify = false;//是否关闭通知,false打开通知推送,true关闭通知推送 +let jdNotify = true;//是否关闭通知,false打开通知推送,true关闭通知推送 let cookiesArr = [], cookie = ''; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';