From b70fd76b13480fc4ec3f073aeafd9163c87fddd4 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 01 四月 2021 15:29:31 +0800
Subject: [PATCH] 判断显示弹窗

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

diff --git a/src/conf/Topic.js b/src/conf/Topic.js
index 07f0f3f..da2e42f 100644
--- a/src/conf/Topic.js
+++ b/src/conf/Topic.js
@@ -6,7 +6,7 @@
 
 export const TopicComp = {
   dischargeSearch: () => import('@components/panel/topicSearch/DischargeSearch'),
-  envProtectSearch: () => import('@components/panel/topicSearch/EnvProtectSearch'),
+  envProtectSearch: () => import('@components/panel/topicSearch/EnvRiskSearch'),
   sewersSearch: () => import('@components/panel/topicSearch/SewersSearch.vue')
 }
 

--
Gitblit v1.8.0