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

This commit is contained in:
lxk0301
2020-11-20 19:05:09 +08:00
parent 35e9e7a6e4
commit 2301336ba2

View File

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