wangtao vor 3 Jahren
Ursprung
Commit
6fa5fd17a9
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 1 1
      public/static/config.js
  2. 3 3
      src/views/index/components/monitor.vue

+ 1 - 1
public/static/config.js

@@ -25,4 +25,4 @@ PLATFROM_WEBSOCKET.wsUrl = `ws://10.21.39.1:8080/afws/uskyWS?${userInfo}`
 //iframe 请求路径
 //http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9 初始路径http://172.16.120.246:9000/
 var PLATFROM_IFRAME = {};
-PLATFROM_IFRAME.iframeUrl = `https://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9`
+PLATFROM_IFRAME.iframeUrl = `https://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9`

+ 3 - 3
src/views/index/components/monitor.vue

@@ -13,7 +13,7 @@
         </div>
         <ul class="monitor-list" >
           <!-- <div @click="opeanfullwin()" class="opean"></div> -->
-          <li v-for="(hls, index) in hls_video" :key="index">
+          <li v-for="(hls, index) in hls_video" :key="index" style="height:14vh">
             <video
               v-if="hls.boolhls"
               class="hlsVideo monitor-height"
@@ -81,12 +81,12 @@
         </div>
       </div>
     </transition>
-    <!-- <iframe
+    <iframe
       id="otherPage"
       align="middle"
       :src="iframe_Url"
       :style="'width:' + width + ';'"
-    ></iframe> -->
+    ></iframe>
   </div>
 </template>
 <script>