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.
73 lines
1.7 KiB
73 lines
1.7 KiB
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/userInfo/userInfo",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/payment/payment",
|
|
"style": {
|
|
"navigationBarTitleText": "缴费记录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/expense/expense",
|
|
"style": {
|
|
"navigationBarTitleText": "支出记录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"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/赵文康竖中指.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"
|
|
}
|
|
]
|
|
}
|
|
}
|