34 lines
778 B
JSON
34 lines
778 B
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/star/star",
|
|
"pages/search/search",
|
|
"pages/detail/detail"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "酒单",
|
|
"iconPath":"./images/menu.png",
|
|
"selectedIconPath": "./images/menu.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "我的",
|
|
"iconPath":"./images/home.png",
|
|
"selectedIconPath": "./images/home.png"
|
|
}
|
|
]
|
|
}
|
|
} |