Bladeren bron

1,更改通风网络图url地址

hongrunxia 8 maanden geleden
bovenliggende
commit
f8947b8e45
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -3,7 +3,7 @@
 	<view v-if="iframeloading" class="loadding-box" :style="{'height': wvHeight+'px', 'width': wvWidth+'px', 'marginTop': wvTop+'px', border: 'none', background: '#000' }">
 		<u-loading-icon></u-loading-icon>
 	</view>
-	<iframe v-if="PageCur == 'tun2D'" ref="iframe" src="http://192.168.183.216:8088/"  @load="viewLoad" :style="{'height': wvHeight+'px', 'width': wvWidth+'px', 'marginTop': wvTop+'px', border: 'none', background: '#000' }"></iframe>
+	<iframe v-if="PageCur == 'tun2D'" ref="iframe" src="http://182.92.126.35:8098/"  @load="viewLoad" :style="{'height': wvHeight+'px', 'width': wvWidth+'px', 'marginTop': wvTop+'px', border: 'none', background: '#000' }"></iframe>
 	<Device v-if="PageCur == 'device'" :style="{'marginTop': wvTop+20+'px'}"/>
 	<filecenter
 	  :cur="PageCur"