From ea7ecb570dff4f055e73f7b36a79e21cf6e6da42 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期五, 19 四月 2024 15:50:54 +0800
Subject: [PATCH] 军事标绘,通信方案

---
 src/components/wggl/right/fwxq.vue |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/components/wggl/right/fwxq.vue b/src/components/wggl/right/fwxq.vue
index eea71ea..8807b15 100644
--- a/src/components/wggl/right/fwxq.vue
+++ b/src/components/wggl/right/fwxq.vue
@@ -103,14 +103,14 @@
   data () {
     return {
       top2: [
-        { img: require("@/assets/image/test/缁� 166.png") },
+        // { img: require("@/assets/image/test/缁� 166.png") },
         { img: require("@/assets/image/test/缁� 167.png") },
         { img: require("@/assets/image/test/缁� 168.png") },
       ],
       bot1: [
         { img: require("@/assets/image/test/缁� 163.png") },
-        { img: require("@/assets/image/test/缁� 164.png") },
-        { img: require("@/assets/image/test/缁� 165.png") },
+        // { img: require("@/assets/image/test/缁� 164.png") },
+        // { img: require("@/assets/image/test/缁� 165.png") },
       ],
       form: {
         name: "",
@@ -182,7 +182,14 @@
         // window.imageidXT&&window.Viewer.entities.removeById(window.imageidXT);
       }
       if(index==1) {
-        window.createTool=true;
+        // window.createTool=true;
+        var tlobj={
+          value: false,
+          value1: true,
+          value2: false,
+          show: true,
+        };
+        bus.$emit("ishowPlayMp4",tlobj);
       }
     },
     benear () {
@@ -296,7 +303,8 @@
         bus.$emit("ishow",true);
       }
       if(index==0) {
-        this.showFly=this.showFly? false:true;
+        // this.showFly=this.showFly? false:true;
+        window.open('http://221.224.53.36:8082/7S/Home')
       }
       if(index==2) {
         var tlobj={

--
Gitblit v1.9.3