diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b5393..e6b7a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-B.10](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.9...v1.0.0-B.10) (2023-05-17) + + +### Bug Fixes + +* 修改导航方向错位问题 ([78ad7aa](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/78ad7aa4cb555092892f9ae1845db2bfb44cc745)) + ## [1.0.0-B.9](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.8...v1.0.0-B.9) (2023-05-15) diff --git a/package-lock.json b/package-lock.json index e555cc3..14daca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.9", + "version": "1.0.0-B.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vue_cli_ts", - "version": "1.0.0-B.9", + "version": "1.0.0-B.10", "dependencies": { "@better-scroll/core": "^2.5.0", "@better-scroll/observe-image": "^2.5.0", diff --git a/package.json b/package.json index 6d148c4..6adbb3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.9", + "version": "1.0.0-B.10", "private": true, "scripts": { "serve": "vue-cli-service serve", 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';