一小时跑一次通知有点频繁,先默认关闭通知

This commit is contained in:
lxk0301
2020-11-20 19:05:09 +08:00
parent 75ee9d4889
commit 999358b12d

View File

@@ -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') : '';