From ae03714bb9b7e509791451290e26eceabc5838e5 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 15 四月 2021 17:49:29 +0800
Subject: [PATCH] 解决table 横向不滚动!

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

diff --git a/src/conf/layers/LayerBasin.js b/src/conf/layers/LayerBasin.js
index 6d66dbc..7e8b80e 100644
--- a/src/conf/layers/LayerBasin.js
+++ b/src/conf/layers/LayerBasin.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 LayerBasin = {
   code: 'sewersBasin',
   name: '鍖哄煙鍥惧眰',

--
Gitblit v1.8.0