Files
miniapp/unpackage/dist/dev/mp-weixin/app.json
T

48 lines
1.2 KiB
JSON
Raw Normal View History

2023-08-30 09:44:26 +08:00
{
"pages": [
"pages/home/index",
"pages/my/my",
"pages/message/message",
"pages/communicate/communicate"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/homeselect.png",
"text": "首页"
},
{
"pagePath": "pages/message/message",
"iconPath": "static/goutong.png",
"selectedIconPath": "static/goutong1.png",
"text": "消息"
},
{
"pagePath": "pages/communicate/communicate",
"iconPath": "static/kefu.png",
"selectedIconPath": "static/kefu1.png",
"text": "沟通"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/my.png",
"selectedIconPath": "static/myselect.png",
"text": "我的"
}
]
},
"usingComponents": {}
}