From 6affa25e79e8df38d627e948fbce41a7c0a6ec9f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 09 Feb 2022 11:05:47 +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