Explorar el Código

修改名称

jiexi1_1
YF-yuan hace 3 años
padre
commit
c47211560a
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. BIN
      src/assets/img/downsample/outlet_5.jpg
  2. +2
    -1
      src/views/Home.vue

BIN
src/assets/img/downsample/outlet_5.jpg Ver fichero

Antes Después
Anchura: 490  |  Altura: 1008  |  Tamaño: 191KB Anchura: 477  |  Altura: 379  |  Tamaño: 74KB

+ 2
- 1
src/views/Home.vue Ver fichero

@@ -305,7 +305,7 @@ export default {
},
],
// 主题菜单
refList: ["排口", "采样点", "土地利用"],
refList: ["排口", "采样点", "疑似污染源"],
// 采样点参数
paramsList: [
{ value: "cod", name: "COD_Mn" },
@@ -789,6 +789,7 @@ export default {

if (properties.geom instanceof MultiPolygon) {
this.popupPlace = properties;
console.log(this.popupPlace);
let coordinate = e.mapBrowserEvent.coordinate;
this.overlayPlace.setPosition(coordinate);
this.overlayPlace.setOffset([140, -10]);

Cargando…
Cancelar
Guardar