From baa8dd12b1425be10e0527cfdb66dbe4ee13de90 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 14 Dec 2022 15:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rain/inspection/components/config.js | 22 +++++++++---------- src/views/rain/inspection/components/maps.vue | 5 +---- src/views/rain/maintain/components/maps.vue | 5 +---- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/src/views/rain/inspection/components/config.js b/src/views/rain/inspection/components/config.js index ccda150..68efc22 100644 --- a/src/views/rain/inspection/components/config.js +++ b/src/views/rain/inspection/components/config.js @@ -44,19 +44,19 @@ const CONFIGS = [ opacity: 1, url: "http://172.17.50.65:6080/arcgis/rest/services/hcdt/%E8%8B%8F%E5%B7%9E%E6%B0%B4%E7%B3%BB%E5%9B%BE%E9%AB%98%E4%BA%AE%E7%89%88/MapServer/tile/{z}/{y}/{x}" }, - { - title: "高清影像", - id: "M1", - type: "overlay", - visible: false, - projection: "EPSG:4490", - layerType: "地图", - opacity: 1, - url: "http://192.168.60.22:6080/arcgis/rest/services/szhd/xmqyx4490/MapServer" - }, + // { + // title: "高清影像", + // id: "M1", + // type: "overlay", + // visible: false, + // projection: "EPSG:4490", + // layerType: "地图", + // opacity: 1, + // url: "http://192.168.60.22:6080/arcgis/rest/services/szhd/xmqyx4490/MapServer" + // }, { - title: "高清影像改版", + title: "高清影像", id: "M11", type: "overlay", visible: true, diff --git a/src/views/rain/inspection/components/maps.vue b/src/views/rain/inspection/components/maps.vue index 9594aec..1bd2f92 100644 --- a/src/views/rain/inspection/components/maps.vue +++ b/src/views/rain/inspection/components/maps.vue @@ -206,13 +206,10 @@ checkList: ['M11', 'L1'], mapCheckList: [{ id: "M11", - title: "高清影像精简" + title: "高清影像" },{ id: "L1", title: "路网" - },{ - id: "M1", - title: "高清影像" }], configs: CONFIGS, mapConfigs: MAPCONFIGS, diff --git a/src/views/rain/maintain/components/maps.vue b/src/views/rain/maintain/components/maps.vue index 8612443..567ef90 100644 --- a/src/views/rain/maintain/components/maps.vue +++ b/src/views/rain/maintain/components/maps.vue @@ -206,13 +206,10 @@ checkList: ['M11', 'L1'], mapCheckList: [{ id: "M11", - title: "高清影像精简" + title: "高清影像" },{ id: "L1", title: "路网" - },{ - id: "M1", - title: "高清影像" }], configs: CONFIGS, mapConfigs: MAPCONFIGS,