From 764cb58899b8ca0e9632a5e83c6950569442c41c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Nov 2022 14:28:12 +0800
Subject: [PATCH] 图片更改
---
src/views/hd/baseMap.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/views/hd/baseMap.vue b/src/views/hd/baseMap.vue
index 7a168e3..c8ac185 100644
--- a/src/views/hd/baseMap.vue
+++ b/src/views/hd/baseMap.vue
@@ -39,7 +39,7 @@
class="inputInlineType"
></el-input>
<el-input
- placeholder="请输入底图地址,示例:http://t3.tianditu.com/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0"
+ placeholder="请输入底图地址,示例:http://localhost:6080/arcgis/rest/services/test/MapServer"
v-model="mapServiceValueOnce"
class="input-with-select"
>
@@ -63,7 +63,6 @@
<baseMapMap
ref="baseMapMap"
id="baseMapMap"
- @setMapData="setMapData"
@changeMapSI="changeMapSI"
></baseMapMap>
</template>
@@ -323,10 +322,6 @@
this.mapServiceValueOnce = "";
this.chouseBaseMapNameOnce = "";
},
- setMapData(val) {
- this.LineData = val[0];
- this.PointData = val[1];
- },
rowSave(row, done, loading) {
if (row.haveBaseMap == "") {
this.$message({
@@ -339,6 +334,7 @@
let names = "",
urls = "",
leng = this.mapServiceValue.length - 1;
+ //处理结果
for (let k in this.mapServiceValue) {
names += this.mapServiceValue[k].name;
urls += this.mapServiceValue[k].service;
--
Gitblit v1.9.3