From 277cd91b56c9cdc0df84f7f73987ee52cd2974c3 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期四, 15 四月 2021 09:39:47 +0800 Subject: [PATCH] 右侧固废管理查询定位图标 --- src/conf/layers/LayerArea.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js index 43af0c1..ffdbf98 100644 --- a/src/conf/layers/LayerArea.js +++ b/src/conf/layers/LayerArea.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 LayerArea = { code: 'sewersArea', name: '鍖哄煙淇℃伅', -- Gitblit v1.8.0