{
|
"pages": [
|
{"path": "pages/index/index"},
|
{"path": "pages/login/index"},
|
{"path": "pages/user/index"},
|
{"path": "pages/device/index"},
|
{"path": "pages/recharge/index"},
|
{"path": "pages/record/qushui"},
|
{"path": "pages/record/shuiliang"},
|
{"path": "pages/record/chongzhi"}
|
],
|
"tabBar": {
|
"color": "#dddddd",
|
"selectedColor": "#6f6f6f",
|
"list": [
|
{
|
"pagePath": "pages/index/index",
|
"text": "首页",
|
"iconPath": "/static/images/tabbar/home.png",
|
"selectedIconPath": "/static/images/tabbar/home-active.png"
|
},
|
{
|
"pagePath": "pages/user/index",
|
"text": "我的",
|
"iconPath": "/static/images/tabbar/me.png",
|
"selectedIconPath": "/static/images/tabbar/me-active.png"
|
}
|
]
|
},
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"navigationStyle": "custom"
|
}
|
}
|