From f08b6e7499e567e32dd46eaa2101a917507959a7 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Tue, 11 May 2021 16:52:07 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-612=20fix:=20Datacenter=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=BB=91=E6=A1=86=E5=86=85=E5=AE=B9=E5=9B=9E=E6=98=BE=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/dcBox.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/dcBox.vue b/nezha-fronted/src/components/common/rightBox/dcBox.vue index fa9a8c60d..33801cfed 100644 --- a/nezha-fronted/src/components/common/rightBox/dcBox.vue +++ b/nezha-fronted/src/components/common/rightBox/dcBox.vue @@ -121,7 +121,6 @@ export default { param.latitude = attr.latitude param.longitude = attr.longitude this.$put('/dc', param).then(response => { - console.log('修改') this.prevent_opt.save = false if (response.code === 200) { this.$message({ duration: 1000, type: 'success', message: this.$t('tip.saveSuccess') }) @@ -142,7 +141,6 @@ export default { param.latitude = null } this.$post('/dc', param).then(response => { - console.log('成功') this.prevent_opt.save = false if (response.code === 200) { this.$message({ duration: 1000, type: 'success', message: this.$t('tip.saveSuccess') })