From d1bb48c40e1228e4ab43a68dc41da64ac40e65ef Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 09 Feb 2022 16:47:17 +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