加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
韩勇强 提交于 2020-06-15 14:04 . 提交代码
{
"pages": [
"pages/index/index",
"pages/customized/customized-index/customized-index",
"pages/map/show/show",
"pages/map/view/view",
"pages/map/control/control",
"pages/map/event/event",
"pages/plugin/route-plan/route-plan",
"pages/map/marker/marker",
"pages/plugin/document/document",
"pages/plugin/subway/subway",
"pages/plugin/location-picker/location-picker",
"pages/customized/customized-map/customized-map",
"pages/map/overlay/overlay",
"pages/webservice/search-form/search-form",
"pages/webservice/search-result/search-result",
"pages/webservice/reverseGeocoder-form/reverseGeocoder-form",
"pages/webservice/reverseGeocoder-result/reverseGeocoder-result",
"pages/webservice/policy-list/policy-list"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
},
"plugins": {
"routePlan": {
"version": "1.0.5",
"provider": "wx50b5593e81dd937a"
},
"chooseLocation": {
"version": "1.0.2",
"provider": "wx76a9a06e5b4e693e"
},
"subway": {
"version": "1.0.8",
"provider": "wx6aaf93c4435fa1c1"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"useExtendedLib": {
"weui": true
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"servicemarket": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化