From d599972b7f840f5fe7f40d3501b780fbb195048f Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 2 Apr 2024 15:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2corpId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/bigscreen/dv/components/DvMap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bigscreen/dv/components/DvMap.vue b/packages/bigscreen/dv/components/DvMap.vue index da97b88b..a646ae05 100644 --- a/packages/bigscreen/dv/components/DvMap.vue +++ b/packages/bigscreen/dv/components/DvMap.vue @@ -274,7 +274,7 @@ this.instance.post(`/api/wxgridinfo/comprehensiveOverviewMap`, null, { params: { gridName: `${name}公安局`, - corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA' + corpId: 'wwb182f88f0327b37f' } }).then(res => { if (res.code === 0) { @@ -364,7 +364,7 @@ width: 24px; height: 24px; cursor: pointer; - transition: all ease 300; + transition: all ease 300ms; &:hover { opacity: 0.6;