Commit 585c4e7583686cde30ce44cfd11bdd8429f90310

Authored by fengtao
1 parent 326c21ef

fix:app端tabbar配置图片

Showing 1 changed file with 12 additions and 12 deletions
... ... @@ -152,34 +152,34 @@
152 152 "backgroundColorTop": "#FFFFFF"
153 153 },
154 154 "tabBar": {
155   - "color": "#ffffff",
156   - "selectedColor": "#ffffff",
  155 + "color": "#000000",
  156 + "selectedColor": "#377dff",
157 157 "borderStyle": "black",
158   - "backgroundColor": "#ffffff",
  158 + "backgroundColor": "#606266",
159 159 "list": [{
160 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 163 "text": "首页"
164 164 },
165 165 {
166 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 169 "text": "设备"
170 170 },
171 171 {
172 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 175 "text": "告警"
176 176 },
177 177 {
178 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 181 "text": "我的"
182 182 }
183 183 ]
184 184 }
185   -}
  185 +}
... ...