61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/login-wx/login-wx",
|
|
"pages/oilManage/oilManage",
|
|
"pages/state/state",
|
|
"pages/login/login",
|
|
"pages/wodeOil/wodeOil",
|
|
"pages/agreement/index",
|
|
"pages/agreement/login-agree",
|
|
"pages/userManagement/userManagement",
|
|
"pages/oilHistory/oilHistory",
|
|
"pages/updateUser/updateUser",
|
|
"pages/statistics/statistics",
|
|
"pages/paySuccess/paySuccess",
|
|
"pages/wallet/detail",
|
|
"pages/wallet/withdraw",
|
|
"pages/wallet/withdrawList",
|
|
"pages/password/password",
|
|
"pages/limitDetail/limitDetail"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "WeChat",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"tabBar": {
|
|
"color": "#808080",
|
|
"selectedColor": "#367DF9",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/oilManage/oilManage",
|
|
"text": "记录",
|
|
"iconPath": "/pages/images/ic_tab_record_off.png",
|
|
"selectedIconPath": "/pages/images/ic_tab_record_on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/statistics/statistics",
|
|
"text": "统计",
|
|
"iconPath": "/pages/images/statistics.png",
|
|
"selectedIconPath": "/pages/images/statisticsActive.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/wodeOil/wodeOil",
|
|
"text": "我的",
|
|
"iconPath": "/pages/images/ic_tab_mine_off.png",
|
|
"selectedIconPath": "/pages/images/ic_tab_mine_on.png"
|
|
}
|
|
]
|
|
},
|
|
"debug": true,
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于位置效果展示"
|
|
}
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |