Commit f2104302 authored by xieyishang's avatar xieyishang

addxx

parent a02e1e77
......@@ -64,7 +64,7 @@
pushLive.startPollingTask(30);//5
}else{
pushLive.requestIgnoreBatteryOptimizations(function(res) { // 申请后台运行(提高保活几率)
console.log(res,'十三分东方时代')
console.log(res)
});
}
})
......
......@@ -2,8 +2,8 @@
"name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.165",
"versionCode" : 1165,
"versionName" : "1.166",
"versionCode" : 1166,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......
......@@ -5,8 +5,8 @@ module.exports = {
// isdebug:false,//正式
isdebug:true,//测试
isdebug:false,//正式
// isdebug:true,//测试
// xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment