From fa2530634d37eddff2fefe49e1f55197e0014864 Mon Sep 17 00:00:00 2001 From: CarnivalO Date: Thu, 12 Jan 2023 05:54:12 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/packages/components/Decorates/Thre?= =?UTF-8?q?e/ThreeEarth01/index.vue.=20Edge=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E4=B8=8D=E8=A1=8C=20Edg=E5=BA=94=E8=AF=A5=E4=B9=9F=E6=98=AF<-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: CarnivalO --- src/packages/components/Decorates/Three/ThreeEarth01/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/components/Decorates/Three/ThreeEarth01/index.vue b/src/packages/components/Decorates/Three/ThreeEarth01/index.vue index 5fd62d6a..d25d4e6e 100644 --- a/src/packages/components/Decorates/Three/ThreeEarth01/index.vue +++ b/src/packages/components/Decorates/Three/ThreeEarth01/index.vue @@ -66,7 +66,7 @@ watch( // DOM 渲染之后进行初始化 onMounted(() => { try { - if (navigator.userAgent.indexOf('Chrome') < -1 || navigator.userAgent.indexOf('Edg') > -1) { + if (navigator.userAgent.indexOf('Chrome') < -1 || navigator.userAgent.indexOf('Edg') < -1) { window['$message'].error('三维地图组件仅在【谷歌】浏览器上能正常展示!') chartEditStore.removeComponentList(undefined, false) return