ソースを参照

统一地图小图标

master
张泽亮 1週間前
コミット
c93a827db1
14個のファイルの変更3行の追加3行の削除
  1. バイナリ
      src/assets/images/point/c1.png
  2. バイナリ
      src/assets/images/point/c2.png
  3. バイナリ
      src/assets/images/point/c3.png
  4. バイナリ
      src/assets/images/point/c4.png
  5. バイナリ
      src/assets/images/point/c5.png
  6. バイナリ
      src/assets/images/point/p1.png
  7. バイナリ
      src/assets/images/point/p2.png
  8. バイナリ
      src/assets/images/point/p3.png
  9. バイナリ
      src/assets/images/point/p4.png
  10. バイナリ
      src/assets/images/point/p5.png
  11. +0
    -0
      src/assets/images/point/p6.png
  12. バイナリ
      src/assets/images/point/position.png
  13. +1
    -1
      src/utils/ol_map.js
  14. +2
    -2
      vue.config.js

バイナリ
src/assets/images/point/c1.png ファイルの表示

変更前 変更後
幅: 20  |  高さ: 20  |  サイズ: 1.2 KiB

バイナリ
src/assets/images/point/c2.png ファイルの表示

変更前 変更後
幅: 20  |  高さ: 20  |  サイズ: 1.2 KiB

バイナリ
src/assets/images/point/c3.png ファイルの表示

変更前 変更後
幅: 20  |  高さ: 20  |  サイズ: 1.2 KiB

バイナリ
src/assets/images/point/c4.png ファイルの表示

変更前 変更後
幅: 20  |  高さ: 20  |  サイズ: 1.1 KiB

バイナリ
src/assets/images/point/c5.png ファイルの表示

変更前 変更後
幅: 20  |  高さ: 20  |  サイズ: 1.1 KiB

バイナリ
src/assets/images/point/p1.png ファイルの表示

変更前 変更後
幅: 19  |  高さ: 31  |  サイズ: 1.3 KiB

バイナリ
src/assets/images/point/p2.png ファイルの表示

変更前 変更後
幅: 19  |  高さ: 31  |  サイズ: 1.3 KiB

バイナリ
src/assets/images/point/p3.png ファイルの表示

変更前 変更後
幅: 19  |  高さ: 31  |  サイズ: 1.3 KiB

バイナリ
src/assets/images/point/p4.png ファイルの表示

変更前 変更後
幅: 19  |  高さ: 31  |  サイズ: 1.3 KiB

バイナリ
src/assets/images/point/p5.png ファイルの表示

変更前 変更後
幅: 19  |  高さ: 31  |  サイズ: 1.3 KiB

src/assets/images/dataScreen/plotPremises/mark.png → src/assets/images/point/p6.png ファイルの表示


バイナリ
src/assets/images/point/position.png ファイルの表示

変更前 変更後
幅: 48  |  高さ: 48  |  サイズ: 482 B

+ 1
- 1
src/utils/ol_map.js ファイルの表示

@@ -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 ファイルの表示

@@ -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 // 端口



読み込み中…
キャンセル
保存