|
|
@@ -47,7 +47,8 @@
|
|
|
"request" : "none",
|
|
|
"prompt" : "为保证您正常和安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
|
|
|
},
|
|
|
- "targetSdkVersion" : 30
|
|
|
+ "targetSdkVersion" : 30,
|
|
|
+ "minSdkVersion" : 21
|
|
|
},
|
|
|
/* ios打包配置 */
|
|
|
"ios" : {
|
|
|
@@ -62,13 +63,11 @@
|
|
|
"entitlements" : {
|
|
|
"com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
},
|
|
|
/* SDK配置 */
|
|
|
"sdkConfigs" : {
|
|
|
- "speech" : {
|
|
|
-
|
|
|
- },
|
|
|
+ "speech" : {},
|
|
|
"share" : {
|
|
|
"weixin" : {
|
|
|
"appid" : "wxb379c1f2f3ef705e",
|
|
|
@@ -185,7 +184,7 @@
|
|
|
"optimization" : {
|
|
|
"subPackages" : true
|
|
|
},
|
|
|
- "lazyCodeLoading":"requiredComponents"
|
|
|
+ "lazyCodeLoading" : "requiredComponents"
|
|
|
},
|
|
|
"mp-alipay" : {
|
|
|
"usingComponents" : true
|