|
|
@@ -50,20 +50,20 @@ |
|
|
|
"list": [ |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/index", |
|
|
|
"iconPath": "assets/img/home-n.png", |
|
|
|
"selectedIconPath": "assets/img/home-y.png", |
|
|
|
"iconPath": "assets/images/home-n.png", |
|
|
|
"selectedIconPath": "assets/images/home-y.png", |
|
|
|
"text": "首页" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/passCar/passCar", |
|
|
|
"iconPath": "assets/img/pass1.png", |
|
|
|
"selectedIconPath": "assets/img/pass0.png", |
|
|
|
"iconPath": "assets/images/pass1.png", |
|
|
|
"selectedIconPath": "assets/images/pass0.png", |
|
|
|
"text": "停车" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/user/index", |
|
|
|
"iconPath": "assets/img/user-n.png", |
|
|
|
"selectedIconPath": "assets/img/user-y.png", |
|
|
|
"iconPath": "assets/images/user-n.png", |
|
|
|
"selectedIconPath": "assets/images/user-y.png", |
|
|
|
"text": "我的" |
|
|
|
} |
|
|
|
] |
|
|
|