From 999358b12dbc5966907ff181af20591c04bff0c4 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Fri, 20 Nov 2020 19:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=B0=8F=E6=97=B6=E8=B7=91=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E9=80=9A=E7=9F=A5=E6=9C=89=E7=82=B9=E9=A2=91=E7=B9=81?= =?UTF-8?q?,=E5=85=88=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_dreamFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') : '';