From 9207a916b6fcd184f2d49e616084ff9a6e78a9dc Mon Sep 17 00:00:00 2001
From: XingChuan <m17600301067@163.com>
Date: 星期四, 27 五月 2021 15:20:43 +0800
Subject: [PATCH] 所有报表数据提取出来并更换数据请求方式

---
 src/components/LayerController/logic/WasteGas.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js
index 935c9ff..b591f19 100644
--- a/src/components/LayerController/logic/WasteGas.js
+++ b/src/components/LayerController/logic/WasteGas.js
@@ -12,8 +12,8 @@
 // const ImagBright = '/assets/images/map/exhaust/fq_bright_green.png'
 
 const mapApi = require('../../../api/mapApi').default
-// const publicBounced = require('../../BaseNav/PublicBounced/PublicBounced').default
-const WasteGasIndex = require('../../BaseNav/WasteGas/WasteGasIndex').default
+// const publicBounced = require('../../base-page/PublicBounced/PublicBounced').default
+const WasteGasIndex = require('../../base-page/WasteGas/WasteGasIndex').default
 // const WasteGasChats = require('./WasteGasChats').default
 module.exports = function () {
   /**

--
Gitblit v1.8.0