|
@@ -20,34 +20,40 @@ |
|
|
}, |
|
|
}, |
|
|
"directCommit": false, |
|
|
"directCommit": false, |
|
|
"tabBar": { |
|
|
"tabBar": { |
|
|
"color": "#9F9F9F", |
|
|
|
|
|
"selectedColor": "#00C0FF", |
|
|
|
|
|
|
|
|
"color": "#abb1be", |
|
|
|
|
|
"selectedColor": "#b2743d", |
|
|
"list": [ |
|
|
"list": [ |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/main/index", |
|
|
"pagePath": "pages/main/index", |
|
|
"iconPath": "assets/images/home-n.png", |
|
|
|
|
|
"selectedIconPath": "assets/images/home-y.png", |
|
|
|
|
|
|
|
|
"iconPath": "assets/images/home.png", |
|
|
|
|
|
"selectedIconPath": "assets/images/home-a.png", |
|
|
"text": "首页" |
|
|
"text": "首页" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"pagePath": "pages/index/searchbar/index", |
|
|
|
|
|
"iconPath": "assets/images/mendian.png", |
|
|
|
|
|
"selectedIconPath": "assets/images/mendian-a.png", |
|
|
|
|
|
"text": "门店" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/passCar/passCar", |
|
|
"pagePath": "pages/passCar/passCar", |
|
|
"iconPath": "assets/images/pass1.png", |
|
|
|
|
|
"selectedIconPath": "assets/images/pass0.png", |
|
|
|
|
|
|
|
|
"iconPath": "assets/images/park.png", |
|
|
|
|
|
"selectedIconPath": "assets/images/park-a.png", |
|
|
"text": "停车" |
|
|
"text": "停车" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/user/index", |
|
|
"pagePath": "pages/user/index", |
|
|
"iconPath": "assets/images/user-n.png", |
|
|
|
|
|
"selectedIconPath": "assets/images/user-y.png", |
|
|
|
|
|
|
|
|
"iconPath": "assets/images/user.png", |
|
|
|
|
|
"selectedIconPath": "assets/images/user-a.png", |
|
|
"text": "我的" |
|
|
"text": "我的" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
"window": { |
|
|
"window": { |
|
|
"backgroundTextStyle": "dark", |
|
|
"backgroundTextStyle": "dark", |
|
|
"navigationBarBackgroundColor": "#02C0FF", |
|
|
|
|
|
"navigationBarTitleText": "WeChat", |
|
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF", |
|
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
|
"navigationBarTextStyle": "black" |
|
|
}, |
|
|
}, |
|
|
"networkTimeout": { |
|
|
"networkTimeout": { |
|
|
"request": 30000, |
|
|
"request": 30000, |
|
|