Showing
1 changed file
with
12 additions
and
12 deletions
@@ -152,34 +152,34 @@ | @@ -152,34 +152,34 @@ | ||
152 | "backgroundColorTop": "#FFFFFF" | 152 | "backgroundColorTop": "#FFFFFF" |
153 | }, | 153 | }, |
154 | "tabBar": { | 154 | "tabBar": { |
155 | - "color": "#ffffff", | ||
156 | - "selectedColor": "#ffffff", | 155 | + "color": "#000000", |
156 | + "selectedColor": "#377dff", | ||
157 | "borderStyle": "black", | 157 | "borderStyle": "black", |
158 | - "backgroundColor": "#ffffff", | 158 | + "backgroundColor": "#606266", |
159 | "list": [{ | 159 | "list": [{ |
160 | "pagePath": "pages/index/index", | 160 | "pagePath": "pages/index/index", |
161 | - "iconPath": "static/basics.png", | ||
162 | - "selectedIconPath": "static/basics.png", | 161 | + "iconPath": "static/home-un.png", |
162 | + "selectedIconPath": "static/home-yes.png", | ||
163 | "text": "首页" | 163 | "text": "首页" |
164 | }, | 164 | }, |
165 | { | 165 | { |
166 | "pagePath": "pages/device/device", | 166 | "pagePath": "pages/device/device", |
167 | - "iconPath": "static/basics.png", | ||
168 | - "selectedIconPath": "static/basics.png", | 167 | + "iconPath": "static/device-un.png", |
168 | + "selectedIconPath": "static/device-yes.png", | ||
169 | "text": "设备" | 169 | "text": "设备" |
170 | }, | 170 | }, |
171 | { | 171 | { |
172 | "pagePath": "pages/alarm/alarm", | 172 | "pagePath": "pages/alarm/alarm", |
173 | - "iconPath": "static/basics.png", | ||
174 | - "selectedIconPath": "static/basics.png", | 173 | + "iconPath": "static/alert-un.png", |
174 | + "selectedIconPath": "static/alert-yes.png", | ||
175 | "text": "告警" | 175 | "text": "告警" |
176 | }, | 176 | }, |
177 | { | 177 | { |
178 | "pagePath": "pages/personal/personal", | 178 | "pagePath": "pages/personal/personal", |
179 | - "iconPath": "static/basics.png", | ||
180 | - "selectedIconPath": "static/basics.png", | 179 | + "iconPath": "static/my-un.png", |
180 | + "selectedIconPath": "static/my-yes.png", | ||
181 | "text": "我的" | 181 | "text": "我的" |
182 | } | 182 | } |
183 | ] | 183 | ] |
184 | } | 184 | } |
185 | -} | 185 | +} |