From e9ee48ac4367e3f8fe92586df839334a96bcf431 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Sun, 18 Aug 2024 15:04:31 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=AE=9E=E4=BE=8B=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/store/index.js | 2 +- web/src/views/server/components/import-host.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/store/index.js b/web/src/store/index.js index e3fb987..91fbf3d 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -131,7 +131,7 @@ const useStore = defineStore({ Math.max(centerX, window.innerWidth - centerX), Math.max(centerY, window.innerHeight - centerY) ) - console.log('radius: ', innerWidth, innerHeight, radius) + // console.log('radius: ', innerWidth, innerHeight, radius) // 自定义动画 document.documentElement.animate( { diff --git a/web/src/views/server/components/import-host.vue b/web/src/views/server/components/import-host.vue index 82cd421..0b44019 100644 --- a/web/src/views/server/components/import-host.vue +++ b/web/src/views/server/components/import-host.vue @@ -78,7 +78,7 @@ let isEasyNodeJson = ref(false) function handleFromJson(isENJson) { isEasyNodeJson.value = isENJson - console.log('isEasyNodeJson:', isEasyNodeJson.value) + // console.log('isEasyNodeJson:', isEasyNodeJson.value) jsonInputRef.value.click() } @@ -212,7 +212,7 @@ async function handleImportHost(importHost) { cursor: pointer; border-radius: 3px; &:hover { - background-color: #f1f2f5; + // background-color: #f1f2f5; color: var(--el-menu-active-color); } .icon {