From 78ad7aa4cb555092892f9ae1845db2bfb44cc745 Mon Sep 17 00:00:00 2001 From: deepblues <452698686@qq.com> Date: Wed, 17 May 2023 10:08:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=96=B9=E5=90=91=E9=94=99=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/offline/JSON/GetDevCoordinateByIP.json | 2 +- src/components/PublicComponent/PublicComponent.vue | 2 +- src/views/Nav/Nav.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/static/offline/JSON/GetDevCoordinateByIP.json b/public/static/offline/JSON/GetDevCoordinateByIP.json index febf1e3..ad718f1 100644 --- a/public/static/offline/JSON/GetDevCoordinateByIP.json +++ b/public/static/offline/JSON/GetDevCoordinateByIP.json @@ -15,7 +15,7 @@ "floorOrder": 3, "ip": "192.168.1.209", "mac": "4CEDFBCAFF27", - "location": "0", + "location": "30", "angle": "0", "projectCode": "project-n-ww5jvpwnu0ads70lbkda" } diff --git a/src/components/PublicComponent/PublicComponent.vue b/src/components/PublicComponent/PublicComponent.vue index b41de49..23f5e74 100644 --- a/src/components/PublicComponent/PublicComponent.vue +++ b/src/components/PublicComponent/PublicComponent.vue @@ -64,7 +64,7 @@ onBeforeUnmount(() => { }) watch(route, to => { - if (to.fullPath === '/' || to.fullPath === '/nav' || to.fullPath === '/nav?type=art') { + if (to.fullPath === '/nav' || to.fullPath === '/nav?type=art') { window?.Map_QM?.startRender() } else { window?.Map_QM?.cancelRender() diff --git a/src/views/Nav/Nav.vue b/src/views/Nav/Nav.vue index 060fc1d..c92611e 100644 --- a/src/views/Nav/Nav.vue +++ b/src/views/Nav/Nav.vue @@ -411,10 +411,10 @@ watch(shop, newVal => { overflow: hidden; } .di-icon { - max-width: 180px; + max-height: 180px; } .go-container { - max-width: 180px; + max-width: 200px; margin-top: 75px; font-size: 36px; font-family: 'font_bold';