From c3bf3b0ba1031fb9617dec98a6bc5f87e11a1153 Mon Sep 17 00:00:00 2001 From: Mrtangl <1807746833@qq.com> Date: Thu, 21 Apr 2022 12:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/setting/system/cache.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/admin/src/views/setting/system/cache.vue b/admin/src/views/setting/system/cache.vue index f061e265..017fb2f5 100644 --- a/admin/src/views/setting/system/cache.vue +++ b/admin/src/views/setting/system/cache.vue @@ -206,11 +206,6 @@ const getSystemCache = async () => { 1024 ).toFixed(2) statisticalData.memoryChartOption.series[0].detail.formatter = '{value}' + 'M' - console.log(res.info.used_memory_human, '-------------------------+') - console.log( - (res.info.used_memory / 1024 / 1024).toFixed(2), - '-------------------------+' - ) }) .catch((err: any) => { console.log('err', err)