From bee11a106ebe6d521753c82e439b1ab0e7d80b7d Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期四, 18 四月 2024 19:44:41 +0800 Subject: [PATCH] 三角网,瓦片坐标添加 --- src/components/wggl/right/fwxq.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/wggl/right/fwxq.vue b/src/components/wggl/right/fwxq.vue index eea71ea..88822e9 100644 --- a/src/components/wggl/right/fwxq.vue +++ b/src/components/wggl/right/fwxq.vue @@ -109,8 +109,8 @@ ], 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: "", @@ -296,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