27 lines
567 B
JSON
27 lines
567 B
JSON
{
|
|
"pages":[
|
|
"pages/index/index",
|
|
"pages/ltjm/ltjm",
|
|
"pages/liaotian/liaotian"
|
|
],
|
|
"tabBar":{
|
|
"color": "#f00",
|
|
"selectedColor": "#0f0",
|
|
"backgroundColor": "#fff",
|
|
"list":[{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},{
|
|
"pagePath": "pages/liaotian/liaotian",
|
|
"text": "聊天"
|
|
}]
|
|
},
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle":"black"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|