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.
64 lines
1.7 KiB
64 lines
1.7 KiB
{
|
|
"pages":[
|
|
"pages/index/index",
|
|
"pages/login/index",
|
|
"pages/user/user",
|
|
"pages/user/address/index",
|
|
"pages/user/profile/index",
|
|
"pages/list/store/index",
|
|
"pages/list/activity/index",
|
|
"pages/list/road/index",
|
|
"pages/list/hotel/index",
|
|
"pages/list/strategy/index",
|
|
"pages/list/night/index",
|
|
"pages/list/sale/index",
|
|
"pages/list/movieticket/index",
|
|
"pages/list/theatre/index",
|
|
"pages/list/card/index",
|
|
"pages/list/six/index",
|
|
"pages/pbService/feiyi/index",
|
|
"pages/pbService/feiyi/info/index",
|
|
"pages/pbService/wwcx/index",
|
|
"pages/pbService/wwcx/search/index"
|
|
],
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "苏州文化旅游总入口",
|
|
"navigationBarTextStyle":"black",
|
|
"navigationStyle":"custom"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"tabBar": {
|
|
"color": "#999",
|
|
"selectedColor": "#0B898E",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath":"/images/home.png",
|
|
"selectedIconPath":"/images/homeSel.png",
|
|
"text":"首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/list/sale/index",
|
|
"iconPath":"/images/map.png",
|
|
"selectedIconPath":"/images/mapSeld.png",
|
|
"text":"图游"
|
|
},
|
|
{
|
|
"pagePath": "pages/list/activity/index",
|
|
"iconPath":"/images/video.png",
|
|
"selectedIconPath":"/images/videoSeld.png",
|
|
"text":"直播"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"iconPath":"/images/user.png",
|
|
"selectedIconPath":"/images/userSel.png",
|
|
"text":"我的"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|