Mini-program/app.json

32 lines
788 B
JSON

{
"pages": [
"pages/home/home",
"pages/answer/index",
"pages/mypage/mypage",
"pages/detail/index",
"pages/myanswer/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#6ECEB0",
"navigationBarTitleText": "微问卷",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color":"#000000",
"selectedColor":"#6ECEB0",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath":"/images/home.png",
"selectedIconPath":"/images/home_select.png"
}, {
"pagePath": "pages/mypage/mypage",
"text": "我的",
"iconPath":"/images/my.png",
"selectedIconPath":"/images/my_select.png"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}