@@ -65,25 +65,25 @@ | |||||
} | } | ||||
}, | }, | ||||
"tabBar": { | "tabBar": { | ||||
"color": "#9F9F9F", | |||||
"selectedColor": "#00C0FF", | |||||
"color": "#B5BAC6", | |||||
"selectedColor": "#273238", | |||||
"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/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": "我的" | ||||
} | } | ||||
] | ] | ||||
@@ -20,25 +20,25 @@ | |||||
}, | }, | ||||
"directCommit": false, | "directCommit": false, | ||||
"tabBar": { | "tabBar": { | ||||
"color": "#9F9F9F", | |||||
"selectedColor": "#00C0FF", | |||||
"color": "#B5BAC6", | |||||
"selectedColor": "#273238", | |||||
"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/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": "我的" | ||||
} | } | ||||
] | ] | ||||