From e0b2c23b32d7e589caa2b1fff3aeaa8b8897a01d Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Thu, 5 Aug 2021 14:45:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B9=B3=E8=BD=A6=E6=BC=94=E7=A4=BA?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=8E=BB=E6=8E=89=E9=A1=B9=E7=9B=AE=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E6=96=B9=E5=BC=8F=E7=9A=84toast=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- src/components/Title/Title.vue | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fc3c0..168445c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-08-04) +# 0.1.0 (2021-08-05) ### 🌟 新功能 范围|描述|commitId @@ -93,6 +93,7 @@ ### 🔨 代码重构 范围|描述|commitId --|--|-- + calendar | 日历细节调整 | 1a8d6bf - | project 代码健壮性完善 | a3202c5 store/home | 删除store/home | db8a3b4 task beginTime | 格式化任务开始时间 | fbc0301 diff --git a/src/components/Title/Title.vue b/src/components/Title/Title.vue index 89f5534..cd3075b 100644 --- a/src/components/Title/Title.vue +++ b/src/components/Title/Title.vue @@ -24,19 +24,19 @@ export default { methods: { // LWBS提示 lwbs() { - this.$t.ui.showToast('LWBS'); + // this.$t.ui.showToast('LWBS'); }, //项目概览 projectOverview() { - this.$t.ui.showToast('项目概览'); + // this.$t.ui.showToast('项目概览'); }, //统计 statistics() { - this.$t.ui.showToast('统计'); + // this.$t.ui.showToast('统计'); }, //操作 operation() { - this.$t.ui.showToast('操作'); + // this.$t.ui.showToast('操作'); }, }, };