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';