You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

44 lines
1.1 KiB

{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/userInfo/userInfo",
"pages/payment/payment",
"pages/expense/expense"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "随便写点啥",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F5F5F5"
},
"tabBar": {
"color": "#666",
"selectedColor": "#36bffa",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/bar/爱莉1.jpg"
},
{
"pagePath": "pages/payment/payment",
"text": "缴费",
"iconPath": "/static/bar/原始黄其振.jpg"
},
{
"pagePath": "pages/expense/expense",
"text": "支出",
"iconPath": "/static/bar/无腿黄其振.jpg"
},
{
"pagePath": "pages/userInfo/userInfo",
"text": "我的",
"iconPath": "/static/bar/证件照黄其振.jpg"
}
]
},
"usingComponents": {}
}