From e339eece4edf5a733ad41f6ea634dab6abbcf028 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Wed, 11 Aug 2021 16:43:03 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=88=A0=E9=99=A4calendar=E4=B8=AD?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=84console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/components/Calendar/Calendar.vue | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178da44..af1de9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -130,6 +130,7 @@ tip | 任务状态显示及tip组件数据的重构 | 78a5750 - | 下滑时间轴添加备注 | 4fd20e3 - | 任务状态重构 | 4693655 + - | 删除多余的weekmode store里的东西 | 0841fe0 - | 删除多余的技术验证界面 | 542ae5b - | 界面样式调整 | 4367249 - | 重构store分层 | 5f6fff8 diff --git a/src/components/Calendar/Calendar.vue b/src/components/Calendar/Calendar.vue index efb4eba..0a56307 100644 --- a/src/components/Calendar/Calendar.vue +++ b/src/components/Calendar/Calendar.vue @@ -231,7 +231,6 @@ export default { let date = ''; if (cur) { date = new Date(cur); - console.log('date: ', date); } else { date = new Date(); } @@ -332,7 +331,6 @@ export default { // 返回 goToday() { - console.log(1); const d = new Date(); this.initDate(d); },