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