Commit b7df37df authored by xieyishang's avatar xieyishang

~~

parent e8c2a405
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name" : "鹿马商家助手", "name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web "appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家", "description" : "商家",
"versionName" : "1.176", "versionName" : "1.185",
"versionCode" : 1176, "versionCode" : 1185,
"transformPx" : false, "transformPx" : false,
"compatible" : { "compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
...@@ -30,6 +30,14 @@ ...@@ -30,6 +30,14 @@
"distribute" : { "distribute" : {
/* android打包配置 */ /* android打包配置 */
"android" : { "android" : {
"permissionPhoneState" : {
"request" : "none",
"prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
},
"permissionExternalStorage" : {
"request" : "none",
"prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
},
"permissions" : [ "permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
...@@ -72,7 +80,8 @@ ...@@ -72,7 +80,8 @@
"NSLocationAlwaysAndWhenInUseUsageDescription" : "需要您得同意,才能始终访问位置,用于获取当前定位让能让用户知道所在位置", "NSLocationAlwaysAndWhenInUseUsageDescription" : "需要您得同意,才能始终访问位置,用于获取当前定位让能让用户知道所在位置",
"NSContactsUsageDescription" : "需要获得的允许,才能在你管理订单时拨打客户电话,(请拒绝)", "NSContactsUsageDescription" : "需要获得的允许,才能在你管理订单时拨打客户电话,(请拒绝)",
"NSRemindersUsageDescription" : "" "NSRemindersUsageDescription" : ""
} },
"dSYMs" : false
}, },
/* SDK配置 */ /* SDK配置 */
"sdkConfigs" : { "sdkConfigs" : {
......
...@@ -5,8 +5,8 @@ module.exports = { ...@@ -5,8 +5,8 @@ module.exports = {
// isdebug:false,//正式 isdebug:false,//正式
isdebug:true,//测试 // isdebug:true,//测试
// xqdebug:false,//正式权限 // xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios 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