From 09f39367a9f30309bbd77b37062a54c9c8d7ebae Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 15 四月 2021 15:20:23 +0800
Subject: [PATCH] 添加矢量图标字体库-替换图标

---
 src/conf/layers/LayerPk.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conf/layers/LayerPk.js b/src/conf/layers/LayerPk.js
index 1975cf8..5547507 100644
--- a/src/conf/layers/LayerPk.js
+++ b/src/conf/layers/LayerPk.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 LayerPk = {
   code: 'sewersPk',
   name: '鎺掑彛',

--
Gitblit v1.8.0