Browse Source

修改导航页面方向问题

Reviewed-on: https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/pulls/10
test
张耀 3 years ago
parent
commit
76f70409e9
  1. 7
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 2
      public/static/offline/JSON/GetDevCoordinateByIP.json
  5. 2
      src/components/PublicComponent/PublicComponent.vue
  6. 4
      src/views/Nav/Nav.vue

7
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. 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) ## [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)

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.9",
"version": "1.0.0-B.10",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.9",
"version": "1.0.0-B.10",
"dependencies": { "dependencies": {
"@better-scroll/core": "^2.5.0", "@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0", "@better-scroll/observe-image": "^2.5.0",

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.9",
"version": "1.0.0-B.10",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

2
public/static/offline/JSON/GetDevCoordinateByIP.json

@ -15,7 +15,7 @@
"floorOrder": 3, "floorOrder": 3,
"ip": "192.168.1.209", "ip": "192.168.1.209",
"mac": "4CEDFBCAFF27", "mac": "4CEDFBCAFF27",
"location": "0",
"location": "30",
"angle": "0", "angle": "0",
"projectCode": "project-n-ww5jvpwnu0ads70lbkda" "projectCode": "project-n-ww5jvpwnu0ads70lbkda"
} }

2
src/components/PublicComponent/PublicComponent.vue

@ -64,7 +64,7 @@ onBeforeUnmount(() => {
}) })
watch(route, to => { 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() window?.Map_QM?.startRender()
} else { } else {
window?.Map_QM?.cancelRender() window?.Map_QM?.cancelRender()

4
src/views/Nav/Nav.vue

@ -411,10 +411,10 @@ watch(shop, newVal => {
overflow: hidden; overflow: hidden;
} }
.di-icon { .di-icon {
max-width: 180px;
max-height: 180px;
} }
.go-container { .go-container {
max-width: 180px;
max-width: 200px;
margin-top: 75px; margin-top: 75px;
font-size: 36px; font-size: 36px;
font-family: 'font_bold'; font-family: 'font_bold';

Loading…
Cancel
Save