mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-28 16:57:21 +08:00
【调整】根据微信关于【地理位置接口新增与相关流程调整】的文档,小程序端【manifest.json】增加需要引用的接口配置。
This commit is contained in:
@@ -127,7 +127,11 @@
|
|||||||
},
|
},
|
||||||
"optimization": {
|
"optimization": {
|
||||||
"subPackages": true
|
"subPackages": true
|
||||||
}
|
},
|
||||||
|
"requiredPrivateInfos": [
|
||||||
|
"getLocation",
|
||||||
|
"chooseAddress"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"h5": {
|
"h5": {
|
||||||
"title": "南山田舍",
|
"title": "南山田舍",
|
||||||
|
|||||||
Reference in New Issue
Block a user