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

35 lines
878 B
JSON

{
"pages": [
"pages/index/index",
"pages/mine/mine",
"pages/order/offlinepay/index"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/image/tabbar/index1.png",
"selectedIconPath": "static/image/tabbar/index2.png",
"text": "主页"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/image/tabbar/mine1.png",
"selectedIconPath": "static/image/tabbar/mine2.png",
"text": "我的"
}
]
},
"usingComponents": {}
}