From 419ce8d31a69c59d5796567173c1f8dc438652fc Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期四, 18 四月 2024 19:27:59 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/wxdDemo

---
 src/components/wggl/right/fwxq.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/components/wggl/right/fwxq.vue b/src/components/wggl/right/fwxq.vue
index 6a39e8a..9efd6b4 100644
--- a/src/components/wggl/right/fwxq.vue
+++ b/src/components/wggl/right/fwxq.vue
@@ -170,6 +170,13 @@
     remove (index) {
 
       if(index==0) {
+        var tlobj={
+          value: false,
+          value1: true,
+          value2: false,
+          show: true,
+        };
+        bus.$emit("ishowMilitaryPlot",tlobj);
         // bus.$emit("clearEve",true);
         // window.FieldIntensity&&window.FieldIntensity.deleteObject();
         // window.imageidXT&&window.Viewer.entities.removeById(window.imageidXT);
@@ -289,7 +296,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