youdas/unpackage/dist/dev/mp-weixin/app.json
2025-06-20 16:07:07 +08:00

41 lines
1013 B
JSON

{
"pages": [
"pages/news/news",
"pages/index/index",
"pages/mall/mall",
"pages/me/me",
"pages/news/news_details"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F7F7F7"
},
"tabBar": {
"color": "#C6C6C6",
"selectedColor": "#333333",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/news/news",
"text": "资讯",
"iconPath": "/static/tabbar/news.png",
"selectedIconPath": "/static/tabbar/news_s.png"
},
{
"pagePath": "pages/mall/mall",
"text": "商城",
"iconPath": "/static/tabbar/mall.png",
"selectedIconPath": "/static/tabbar/mall_s.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "/static/tabbar/me.png",
"selectedIconPath": "/static/tabbar/me_s.png"
}
]
},
"usingComponents": {}
}