Browse Source

Merge branch 'dev' of git.1000my.com:huangmh/client_iot-daoshi-template-v into dev

ShangHai_LongXiang
jiannibang 2 years ago
parent
commit
0733e50c9e
  1. BIN
      public/static/img/Q.png
  2. BIN
      public/static/img/Z.png
  3. BIN
      public/static/img/map/Frosting.png
  4. BIN
      public/static/img/map/brick.png
  5. BIN
      public/static/img/map/build.png
  6. BIN
      public/static/img/map/building.png
  7. BIN
      public/static/img/map/c50.png
  8. BIN
      public/static/img/map/edifice.png
  9. BIN
      public/static/img/map/front.png
  10. BIN
      public/static/img/map/grassland.png
  11. BIN
      public/static/img/map/grassland2.png
  12. BIN
      public/static/img/map/grey.png
  13. BIN
      public/static/img/map/ground.png
  14. BIN
      public/static/img/map/ground2.png
  15. BIN
      public/static/img/map/office.png
  16. BIN
      public/static/img/map/office2.png
  17. BIN
      public/static/img/map/square.png
  18. BIN
      public/static/img/model/chechanglangan.glb
  19. BIN
      public/static/img/model/park_paly.glb
  20. BIN
      public/static/img/model/qiche1.glb
  21. BIN
      public/static/img/model/qiche2.glb
  22. BIN
      public/static/img/model/qiche3.glb
  23. BIN
      public/static/img/model/qiche4.glb
  24. BIN
      public/static/img/model/qiche5.glb
  25. BIN
      public/static/img/model/qiche6.glb
  26. BIN
      public/static/img/model/qiche7.glb
  27. BIN
      public/static/img/model/qiche8.glb
  28. BIN
      public/static/img/model/qiche9.glb
  29. 3581
      public/static/qm/MainMap_QM_go.js
  30. 2053
      public/static/qm/three.js
  31. 4
      src/components/Map/Map.vue

BIN
public/static/img/Q.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 16 KiB

BIN
public/static/img/Z.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
public/static/img/map/Frosting.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

BIN
public/static/img/map/brick.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
public/static/img/map/build.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

BIN
public/static/img/map/building.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

BIN
public/static/img/map/c50.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
public/static/img/map/edifice.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
public/static/img/map/front.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
public/static/img/map/grassland.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
public/static/img/map/grassland2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
public/static/img/map/grey.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
public/static/img/map/ground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
public/static/img/map/ground2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
public/static/img/map/office.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

BIN
public/static/img/map/office2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
public/static/img/map/square.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

BIN
public/static/img/model/chechanglangan.glb

Binary file not shown.

BIN
public/static/img/model/park_paly.glb

Binary file not shown.

BIN
public/static/img/model/qiche1.glb

Binary file not shown.

BIN
public/static/img/model/qiche2.glb

Binary file not shown.

BIN
public/static/img/model/qiche3.glb

Binary file not shown.

BIN
public/static/img/model/qiche4.glb

Binary file not shown.

BIN
public/static/img/model/qiche5.glb

Binary file not shown.

BIN
public/static/img/model/qiche6.glb

Binary file not shown.

BIN
public/static/img/model/qiche7.glb

Binary file not shown.

BIN
public/static/img/model/qiche8.glb

Binary file not shown.

BIN
public/static/img/model/qiche9.glb

Binary file not shown.

3581
public/static/qm/MainMap_QM_go.js

File diff suppressed because it is too large

2053
public/static/qm/three.js

File diff suppressed because one or more lines are too long

4
src/components/Map/Map.vue

@ -53,7 +53,7 @@ const { shop } = storeToRefs(store)
#shopInfo {
position: absolute;
z-index: 9000 !important;
visibility: hidden;
display: none;
height: 36px;
background: center / 100% 100% no-repeat url(./bg.png);
div {
@ -70,7 +70,7 @@ const { shop } = storeToRefs(store)
}
#moveFloorBG {
position: absolute;
visibility: hidden;
display: none;
border-radius: 5px;
width: 32px;
background-color: #ffffff;

Loading…
Cancel
Save