zhengkaixin hace 3 años
padre
commit
5ffad63a53
Se han modificado 2 ficheros con 10 adiciones y 3 borrados
  1. 2 1
      .env.development
  2. 8 2
      src/projects/business/views/Other/Energy/Info.vue

+ 2 - 1
.env.development

@@ -4,7 +4,8 @@ OUT_PUT_NAME=dev
 VUE_APP_LOCAL_STORAGE_PREFIX=dev
 
 #VUE_APP_BACKEND_URL=https://ykt-test.xiaoxinda.com/jp-housekeeper-server/
-VUE_APP_BACKEND_URL=http://localhost:8086/jp-housekeeper-server/
+#VUE_APP_BACKEND_URL=http://localhost:8086/jp-housekeeper-server/
+VUE_APP_BACKEND_URL=https://xpgjapi.xiaoxinda.com/
 
 VUE_APP_MIRROR_BACKEND_URL=https://mirror.xiaoxinda.com/xpgjapi/
 

+ 8 - 2
src/projects/business/views/Other/Energy/Info.vue

@@ -382,12 +382,12 @@
 			//获取详情
 			getEnergyCenterElectricity() {
 				
-				this.isLoading = true;
+				//this.isLoading = true;
 				API.energyCenterElectricity({
 					queryDate:this.queryDate,
 					type:this.selectType
 				}).then(response => {
-					this.isLoading = false;
+					//this.isLoading = false;
 					this.showTop=[0,0,0,0,0,0,0,0]
 					this.energyCenterElectricityObj = response;
 					 
@@ -541,9 +541,15 @@
 	.mui-checkbox.mui-left label {
 		padding-left:24px;
 	}
+	.mui-checkbox input[type=checkbox]:before{
+		content: '\e413';
+	}
+	
+	
 	.mui-checkbox input[type=checkbox]:checked:before{
 		content: '\e443';
 	}
+	
 	.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{
 		font-size: 20px;
 	}