From bdad85a5d322b53578d99590177a3c3a44930060 Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 1 Nov 2022 23:26:25 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=9B=BE=E8=A1=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/admin/dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/admin/dashboard.vue b/pages/admin/dashboard.vue index 0efee0c..91a397e 100644 --- a/pages/admin/dashboard.vue +++ b/pages/admin/dashboard.vue @@ -532,7 +532,7 @@ export default { setTimeout(() => { this.initLastThirtyDaysCharts(this.lastThirtyDays) this.initHistoryCharts(this.history) - }, 3000); + }, 5000); } }