This commit is contained in:
2024-04-03 15:12:45 +08:00
parent 11f80d559d
commit 2a533f04a8
3 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
# 注意事项
+ 原生APP云打包使用自有证书
+ 证书别名testalias
+ 接口线上地址https://apifox.com/apidoc/shared-3b67df3b-411c-4dd4-9752-f9b71898ee7d/api-150208183
+ 证书别名testalias

View File

@@ -41,7 +41,8 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
],
"abiFilters" : [ "armeabi-v7a", "x86" ]
},
/* ios */
"ios" : {

View File

@@ -87,7 +87,6 @@
this.areaArr.map(el => {
this.$set(el, 'checked', false)
this.$set(el, 'pointArr', [])
this.$set(el, 'region_code', '1')
})
if (this.areaArr.length > 0) {
this.getPonit(this.areaArr[0])