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); },