修改
This commit is contained in:
parent
450b53462c
commit
4d98d05062
@ -71,16 +71,16 @@
|
||||
// app.json
|
||||
"permission" : {
|
||||
"scope.userLocation" : {
|
||||
"desc" : "你的位置信息将用于小程序定位"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos" : [ "getLocation" ],
|
||||
"plugins" : {
|
||||
"chooseLocation" : {
|
||||
"version" : "1.0.9",
|
||||
"provider" : "wx76a9a06e5b4e693e"
|
||||
"desc" : "你的位置信息将用于护理站列表的位置查询"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
|
||||
// "plugins": {
|
||||
// "chooseLocation": {
|
||||
// "version": "1.0.9",
|
||||
// "provider": "wx76a9a06e5b4e693e"
|
||||
// }
|
||||
// },
|
||||
"uniStatistics" : {
|
||||
"enable" : true
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user