gree_leran/unpackage/dist/dev/mp-weixin/app.json

38 lines
933 B
JSON

{
"pages": [
"pages/index/index",
"pages/news/news",
"pages/user/user"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F7F8FA"
},
"tabBar": {
"color": "#dcedc1",
"selectedColor": "#ffd3b6",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/homeSelect.png"
},
{
"pagePath": "pages/news/news",
"text": "资讯",
"iconPath": "static/icon/neq.png",
"selectedIconPath": "static/icon/newSelecgt.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/icon/user.png",
"selectedIconPath": "static/icon/user1.png"
}
]
},
"usingComponents": {}
}