From 30cf71affd5149a1310d84f658b028d267beee8b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 11 六月 2025 17:30:22 +0800
Subject: [PATCH] 动态溯源(编写中)

---
 src/views/historymode/HistoryMode.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/historymode/HistoryMode.vue b/src/views/historymode/HistoryMode.vue
index 99b1303..2ced9f5 100644
--- a/src/views/historymode/HistoryMode.vue
+++ b/src/views/historymode/HistoryMode.vue
@@ -120,7 +120,7 @@
       if (nValue != oValue && this.status == 0) {
         Layer.clear();
         this.draw();
-        this.drawHighlightPollution();
+        // this.drawHighlightPollution();
       }
     }
   },

--
Gitblit v1.9.3