Files
zyt/wx/unpackage/dist/dev/mp-weixin/app.json
T
2026-03-06 14:27:24 +08:00

41 lines
903 B
JSON

{
"pages": [
"pages/index/index",
"pages/user/user"
],
"subPackages": [
{
"root": "TUICallKit",
"pages": [
"pages/call"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/user/home.png",
"selectedIconPath": "/static/user/home_no.png",
"text": "首页"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/user/user.png",
"selectedIconPath": "/static/user/user_no.png",
"text": "我的"
}
]
},
"usingComponents": {}
}