Browse Source

交流慢充

zhupeng 3 years ago
parent
commit
96ef7d327d
1 changed files with 1 additions and 1 deletions
  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))