zhengkaixin 2 éve
szülő
commit
90734ae811
2 módosított fájl, 3 hozzáadás és 2 törlés
  1. 2 2
      .env.dev.js
  2. 1 0
      pages/searchPile/searchPile.vue

+ 2 - 2
.env.dev.js

@@ -1,7 +1,7 @@
 const UNI_APP = {  
 const UNI_APP = {  
 	ProjectName :"51充电联盟",
 	ProjectName :"51充电联盟",
-	//BASE_URL: 'https://51team.xiaoxinda.com/charging-station-server/',
-	BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
+	BASE_URL: 'https://51team.xiaoxinda.com/charging-station-server/',
+	//BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
 	//BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
 	//BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
 	PARK_URL: 'https://51team.xiaoxinda.com/charging-parking/' ,
 	PARK_URL: 'https://51team.xiaoxinda.com/charging-parking/' ,
 	NODE_ENV :"dev",
 	NODE_ENV :"dev",

+ 1 - 0
pages/searchPile/searchPile.vue

@@ -484,6 +484,7 @@ export default {
 		this.$nextTick(()=>{
 		this.$nextTick(()=>{
 			this.type = this.info.obc_type[this.preference.obc_type_index].text;
 			this.type = this.info.obc_type[this.preference.obc_type_index].text;
 			this.raidus  = this.info.miles_type[this.preference.miles_index].text;
 			this.raidus  = this.info.miles_type[this.preference.miles_index].text;
+			this.stationType= this.info.obc_stationType[this.preference.obc_stationType_index].text;
 			
 			
 				this.$refs.amap.init();
 				this.$refs.amap.init();
 		})
 		})