From 073e4f622508fb87cc93b9a2a9035c967108c185 Mon Sep 17 00:00:00 2001 From: weiyin Date: Tue, 3 Sep 2024 16:41:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=90=E8=90=A5=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E6=89=8B=E6=9C=AF=E9=97=B4=E7=8A=B6=E6=80=81=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pageMonitor/topRight/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pageMonitor/topRight/index.vue b/src/views/pageMonitor/topRight/index.vue index 54bc3a7..9428f1b 100644 --- a/src/views/pageMonitor/topRight/index.vue +++ b/src/views/pageMonitor/topRight/index.vue @@ -121,7 +121,7 @@ export default { }, methods: { onGetPageData() { - let nowDay = dayjs("2024-04-22").format("YYYY-MM-DD"); + let nowDay = dayjs().format("YYYY-MM-DD"); if (this.$store.getters.isMock) { nowDay = "2024-06-06"; }