Browse Source

统一地图小图标

master
张泽亮 1 week ago
parent
commit
c93a827db1
14 changed files with 3 additions and 3 deletions
  1. BIN
      src/assets/images/point/c1.png
  2. BIN
      src/assets/images/point/c2.png
  3. BIN
      src/assets/images/point/c3.png
  4. BIN
      src/assets/images/point/c4.png
  5. BIN
      src/assets/images/point/c5.png
  6. BIN
      src/assets/images/point/p1.png
  7. BIN
      src/assets/images/point/p2.png
  8. BIN
      src/assets/images/point/p3.png
  9. BIN
      src/assets/images/point/p4.png
  10. BIN
      src/assets/images/point/p5.png
  11. +0
    -0
      src/assets/images/point/p6.png
  12. BIN
      src/assets/images/point/position.png
  13. +1
    -1
      src/utils/ol_map.js
  14. +2
    -2
      vue.config.js

BIN
src/assets/images/point/c1.png View File

Before After
Width: 20  |  Height: 20  |  Size: 1.2 KiB

BIN
src/assets/images/point/c2.png View File

Before After
Width: 20  |  Height: 20  |  Size: 1.2 KiB

BIN
src/assets/images/point/c3.png View File

Before After
Width: 20  |  Height: 20  |  Size: 1.2 KiB

BIN
src/assets/images/point/c4.png View File

Before After
Width: 20  |  Height: 20  |  Size: 1.1 KiB

BIN
src/assets/images/point/c5.png View File

Before After
Width: 20  |  Height: 20  |  Size: 1.1 KiB

BIN
src/assets/images/point/p1.png View File

Before After
Width: 19  |  Height: 31  |  Size: 1.3 KiB

BIN
src/assets/images/point/p2.png View File

Before After
Width: 19  |  Height: 31  |  Size: 1.3 KiB

BIN
src/assets/images/point/p3.png View File

Before After
Width: 19  |  Height: 31  |  Size: 1.3 KiB

BIN
src/assets/images/point/p4.png View File

Before After
Width: 19  |  Height: 31  |  Size: 1.3 KiB

BIN
src/assets/images/point/p5.png View File

Before After
Width: 19  |  Height: 31  |  Size: 1.3 KiB

src/assets/images/dataScreen/plotPremises/mark.png → src/assets/images/point/p6.png View File


BIN
src/assets/images/point/position.png View File

Before After
Width: 48  |  Height: 48  |  Size: 482 B

+ 1
- 1
src/utils/ol_map.js View File

@@ -641,7 +641,7 @@ export const olMap = function(selector) {
//透明度
opacity: 0.9,
//图片路径
src: require("@/assets/images/dataScreen/plotPremises/mark.png"),
src: require("@/assets/images/point/p6.png"),
}),
/* text: new ol.style.Text({
textAlign: "center", //位置


+ 2
- 2
vue.config.js View File

@@ -9,8 +9,8 @@ const CompressionPlugin = require('compression-webpack-plugin')

const name = process.env.VUE_APP_TITLE

//const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://192.168.0.108:8080' // 后端接口 zzl
const baseUrl = 'http://localhost:8080' // 后端接口
//const baseUrl = 'http://192.168.0.108:8080' // 后端接口 zzl

const port = process.env.port || process.env.npm_config_port || 80 // 端口



Loading…
Cancel
Save