You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
519 B
22 lines
519 B
{
|
|
"pages": [
|
|
"pages/h5map/index",
|
|
"pages/index/index",
|
|
"pages/login/index",
|
|
"pages/privacy/index",
|
|
"pages/detail/index"
|
|
],
|
|
"window": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarBackgroundColor": "#F0F0F0",
|
|
"navigationBarTitleText": "成都SKP",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
}
|
|
}
|
|
|