设置拨打电话权限、修改定位

This commit is contained in:
zhouyanli
2026-05-25 09:50:28 +08:00
parent c4d91787b5
commit 1b0e47e79e
4 changed files with 32 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
"appid" : "__UNI__29C3D60",
"description" : "物业用户端app",
"versionName" : "1.0.1",
"versionCode" : "101",
"versionCode" : "102",
"transformPx" : false,
/* 5+App */
"app-plus" : {
@@ -19,7 +19,9 @@
/* */
"modules" : {
"Geolocation" : {},
"Maps" : {}
"Maps" : {},
"Camera" : {},
"Contacts" : {}
},
/* */
"distribute" : {
@@ -63,6 +65,12 @@
"appkey_ios" : "39a4c28a01c3ec15684b21d4093aad3d",
"appkey_android" : "044055aed47cb305e86419fd82e4c5f3"
}
},
"push" : {
"unipush" : {
"version" : "2",
"offline" : false
}
}
}
}