zhupeng пре 3 година
родитељ
комит
96ef7d327d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/Chargermap.vue

+ 1 - 1
components/Chargermap.vue

@@ -266,7 +266,7 @@
 				if(this.chargerList[index].info.type =='快充'){
 					colorBg = '#8486FF'
 				}else if(this.chargerList[index].info.type =='慢充'){
-					colorBg = '#9d9fff'
+					colorBg = '#00b962'
 				} 
 //				console.log('colorBg'+colorBg)
 //				console.log('更新充电桩2'+JSON.stringify(this.chargerList[index].info))