一小时跑一次通知有点频繁,先默认关闭通知
This commit is contained in:
@@ -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') : '';
|
||||
|
Reference in New Issue
Block a user