Commit c15ff138 authored by xieyishang's avatar xieyishang

~~~

parent b7df37df
......@@ -2,8 +2,8 @@
"name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.185",
"versionCode" : 1185,
"versionName" : "1.186",
"versionCode" : 1186,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......@@ -24,7 +24,9 @@
"Webview-x5" : {},
"Share" : {},
"OAuth" : {},
"Push" : {}
"Push" : {},
"Barcode" : {},
"Camera" : {}
},
/* 应用发布信息 */
"distribute" : {
......@@ -65,7 +67,10 @@
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"schemes" : "lumastoreapp",
"minSdkVersion" : 22,
"targetSdkVersion" : 29
},
/* ios打包配置 */
"ios" : {
......
......@@ -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