Browse Source

游客权限修改

shilin 4 years ago
parent
commit
4768911ab4
1 changed files with 2 additions and 6 deletions
  1. 2 6
      pages/index/Index.vue

+ 2 - 6
pages/index/Index.vue

@@ -979,12 +979,8 @@
 			_self = this;
 			
 			this.address = this.dataprocessing.getWindPowerStationName();
-			
-			this.FDC = this.dataprocessing.getWindPowerStationNameByWeatherId(this.address);
-			
-			
-			this.viewUserid();
-			this.monitoringAuthority();
+			this.FDC=this.dataprocessing.getWindPowerStationId();
+			this.windPowerStationId =this.dataprocessing.getWindPowerStationId();
 			
 			this.cWidth = uni.upx2px(750);
 			this.cHeight = uni.upx2px(400);