From 2370d1787a4095407f021e439c90b58ee6463a90 Mon Sep 17 00:00:00 2001 From: seatonwan9 <seatonwan9@163.com> Date: 星期二, 20 四月 2021 15:59:58 +0800 Subject: [PATCH] 设置全局tips位置 --- 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