From 03ab5ee01cf7fbc8d685af41b45b530155504fba Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 26 Jan 2022 10:56:01 +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