From 9c9eec706c6e3304fc93cf97704c9a5a010c0d3c Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Wed, 11 Aug 2021 16:05:39 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=88=A0=E9=99=A4index=E4=B8=AD?= =?UTF-8?q?=E6=B2=A1=E7=94=A8=E7=9A=84alert=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/pages/index/index.vue | 23 ----------------------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3220e..635b452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - | 定期任务面板骨架屏添加 | b2698c0 富文本插件 | 富文本插件demo测试 | ed3d644 - | 导入wbs | 1224fcb + - | 导入项目后提示并打开项目详情页 | 410f527 - | 引入dayjs | 29b8b93 - | 提交到本地 | 9cbe411 - | 插件参数处理调整 | a3e68d3 diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 879424f..a33db82 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -12,17 +12,6 @@ - - @@ -40,11 +29,6 @@ export default { { date: '2020-08-09' }, // {date: '2020-08-16'} ], - // alert: { - // show: false, - // title: '', - // description: '', - // }, calendar: null, }; }, @@ -92,13 +76,6 @@ export default { this.getProjects(start, end); }, - // 收到展示alert的消息 - // onShowAlert(event) { - // this.alert.description = event || '发生了点小意外'; - // this.alert.show = true; - // setTimeout(() => (this.alert.show = false), 10000); - // }, - // 监听触摸滑动 切换日历的模式 月/周 onMove(event) { const y = event.changedTouches[0].pageY;