From ff7b7d4b3e46f943b46efda7aba309b7a818929a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Feb 2022 11:58:45 +0800
Subject: [PATCH] 部分公用代码提取,导航路线的逻辑优化

---
 src/components/leftNav/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/leftNav/index.vue b/src/components/leftNav/index.vue
index 6b845ec..c828f40 100644
--- a/src/components/leftNav/index.vue
+++ b/src/components/leftNav/index.vue
@@ -187,7 +187,6 @@
 
             getMonitorList().then(res => {
                 res.data.data.forEach(item => {
-                    console.log(item, 456)
                     const divIcon = new this.DC.DivIcon(
                         new that.DC.Position(Number(item.jd), Number(item.wd), 0),
                         `

--
Gitblit v1.9.3