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.
21 lines
477 B
21 lines
477 B
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/checked/index",
|
|
"pages/mytickets/index",
|
|
"pages/ticketdetail/index",
|
|
"pages/malls/index"
|
|
],
|
|
"window": {
|
|
"backgroundColor": "#292c3c",
|
|
"navigationBarBackgroundColor": "#292c3c",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于匹配距您最近的商场"
|
|
}
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"style": "v2"
|
|
}
|