Explorar el Código

调用虚幻功能

lian hace 2 años
padre
commit
537d94c518
Se han modificado 4 ficheros con 72 adiciones y 8 borrados
  1. 2 1
      src/components/UeVideo.vue
  2. 44 4
      src/views/yyjg/Index.vue
  3. 24 2
      src/views/yyjg/cpns/EntInfo.vue
  4. 2 1
      src/webRtcVideo.js

+ 2 - 1
src/components/UeVideo.vue

@@ -41,7 +41,8 @@ export default {
 
       //添加UE的消息监听
       addResponseEventListener('play-video', async (data) => {
-          alert("test");
+          // alert("test");
+          alert(data);
       })
 
     })

+ 44 - 4
src/views/yyjg/Index.vue

@@ -16,7 +16,7 @@
       <EntInfoList
         :list-data="listData_entInfo.data"
         v-show="entInfoListShow"
-        @closeEntList="entInfoListShow=false"
+        @closeEntList="entInfoListShow=false;closeUnitWiget()"
         @pickedEnt="id => handlePickedEnt(id)"
        />
       <div class="pl-b2">
@@ -110,6 +110,7 @@ export default {
   import { ElCarousel, ElCarouselItem } from 'element-plus'
   import 'element-plus/es/components/carousel/style/css'
   import 'element-plus/es/components/carousel-item/style/css'
+  import {callUIInteraction} from "@/webRtcVideo";
 
   onMounted(() => {
     getData()
@@ -238,26 +239,65 @@ export default {
 
   const currentEnt = reactive({value: {}})
 
+
+
   function handlePickedEnt(ent) {
+    console.log("handlePickedEnt",ent)
     currentEnt.value = ent
+    clickUnitWiget(ent.objectId)
     entInfoShow.value = true
   }
 
   const listData_entInfo = reactive({data: [
-    
+
   ]})
 
   function handleOpenEntList() {
-    
+    openUnitWiget();
     entInfoListShow.value = true
   }
 
+  function callUIInteractionFormat(action) {
+    if(action['Parameters']) {
+      action['Parameters'] = JSON.stringify(action['Parameters'])
+    }
+    callUIInteraction(action)
+  }
+
+  function openUnitWiget(){
+    alert("openUnitWiget")
+    let action = {
+      "ActionName":"open_unit_wiget"
+    }
+
+    callUIInteractionFormat(action);
+  }
+  function closeUnitWiget(){
+    alert("closeUnitWiget")
+    let action = {
+      "ActionName":"close_unit_wiget"
+    }
+
+    callUIInteractionFormat(action);
+  }
+
+  function clickUnitWiget(id){
+    alert("clickUnitWiget")
+    let action = {
+      "ActionName":"click_unit_wiget",
+      "Parameters":{
+        "objectId":id
+      }
+    }
+    console.log("clickUnitWiget",action)
+    callUIInteractionFormat(action);
+  }
 
 </script>
 
 <style lang="scss" scoped>
 #yyjg {
-  
+
   .panel-left, .panel-right {
     box-sizing: border-box;
     position: absolute;

+ 24 - 2
src/views/yyjg/cpns/EntInfo.vue

@@ -56,6 +56,7 @@ export default {
   import { ElCarousel, ElCarouselItem } from 'element-plus'
   import 'element-plus/es/components/carousel/style/css'
   import 'element-plus/es/components/carousel-item/style/css'
+  import {callUIInteraction} from "@/webRtcVideo";
 
   const props = defineProps(['ent-data'])
 
@@ -97,6 +98,9 @@ export default {
       if(name==='goods') {
         getQysb()
       }
+      if(name==='vedio') {
+        openVideo("e013e5e4fd03460e9a66a2bac6141425")
+      }
       currentTab.value = name
     }
   }
@@ -127,6 +131,24 @@ export default {
     return Math.ceil(tableData_goods.value.length/3)
   })
 
+  function openVideo(code){
+    // alert("openVideo")
+    let action = {
+      "ActionName":"open_unit_video",
+      "Parameters":{
+        "code":code
+      }
+    }
+    console.log("openVideo",action)
+    callUIInteractionFormat(action);
+  }
+
+  function callUIInteractionFormat(action) {
+    if(action['Parameters']) {
+      action['Parameters'] = JSON.stringify(action['Parameters'])
+    }
+    callUIInteraction(action)
+  }
 </script>
 
 <style lang="scss" scoped>
@@ -140,7 +162,7 @@ export default {
   padding: 0 25px 15px 15px;
   background: url('@/assets/imgs/page_yyjg/bg-pop-ent1.png') no-repeat;
   background-size: 100% 100%;
-  
+
   .ei-close {
     position: absolute;
     top: 8px;
@@ -181,7 +203,7 @@ export default {
       width: 90px;
       text-align-last:justify;
       text-align:justify;
-      text-justify:distribute-all-lines; 
+      text-justify:distribute-all-lines;
       color: #afc2dd;
     }
     &>span:last-child {

+ 2 - 1
src/webRtcVideo.js

@@ -1619,7 +1619,8 @@ function connect() {
 
 	// ws = new WebSocket(window.location.href.replace('http://', 'ws://').replace('https://', 'wss://'));
 
-	ws = new WebSocket('ws://10.1.161.68:8080');
+	// ws = new WebSocket('ws://10.1.161.68:8080');
+	ws = new WebSocket('ws://192.168.3.189:8080');
 	// ws = new WebSocket('ws://172.16.58.195:8080');
 	// ws = new WebSocket('ws://10.121.41.21:8080');