From d82874e6579ccebc23958f70e14b990a599a6adb Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 15 四月 2021 16:41:23 +0800 Subject: [PATCH] 查询弹窗 --- src/conf/layers/LayerFsss.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf/layers/LayerFsss.js b/src/conf/layers/LayerFsss.js index 3d82df3..4fb6a1d 100644 --- a/src/conf/layers/LayerFsss.js +++ b/src/conf/layers/LayerFsss.js @@ -1,8 +1,8 @@ /** * 鍖哄煙 */ -import MapConfig from '../../conf/MapConfig' -const WFS_URL = MapConfig.PIPELINE_WFS +import { PIPELINE_WFS } from '../Constants' +const WFS_URL = PIPELINE_WFS export const LayerFsss = { code: 'sewersFsss', name: '闄勫睘璁炬柦', @@ -54,7 +54,7 @@ code: 'pipesegment', name: '娴佸悜', sname: 'ywslx', - wfs: WFS_URL + '?TYPENAME=娴佸悜', + url: 'pipesegment', checked: false }, { -- Gitblit v1.8.0