From e79998e0764d6d00b050363bdeda48519a1f0c31 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期五, 28 五月 2021 20:21:06 +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