From 4031501614c53721d1f02db1ddbcb483c16565f8 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 10 Jun 2025 16:53:58 +0800
Subject: [PATCH] Merge branch 'refs/heads/master' into test
---
src/views/wel/components/calendarBox.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/calendarBox.vue b/src/views/wel/components/calendarBox.vue
index 5788267..9f43825 100644
--- a/src/views/wel/components/calendarBox.vue
+++ b/src/views/wel/components/calendarBox.vue
@@ -68,7 +68,6 @@
const getDate = date => {
return date.getDate();
};
-console.log('getDate', getDate);
// 获取对应日期的事件
const getEvents = dateString => {
--
Gitblit v1.9.3