Procházet zdrojové kódy

游客权限修改

shilin před 4 roky
rodič
revize
4768911ab4
1 změnil soubory, kde provedl 2 přidání a 6 odebrání
  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);