Browse Source

fix: 平车演示临时去掉项目快捷方式的toast提示

tall
wally 4 years ago
parent
commit
e0b2c23b32
  1. 3
      CHANGELOG.md
  2. 8
      src/components/Title/Title.vue

3
CHANGELOG.md

@ -1,4 +1,4 @@
# 0.1.0 (2021-08-04) # 0.1.0 (2021-08-05)
### 🌟 新功能 ### 🌟 新功能
范围|描述|commitId 范围|描述|commitId
@ -93,6 +93,7 @@
### 🔨 代码重构 ### 🔨 代码重构
范围|描述|commitId 范围|描述|commitId
--|--|-- --|--|--
calendar | 日历细节调整 | 1a8d6bf
- | project 代码健壮性完善 | a3202c5 - | project 代码健壮性完善 | a3202c5
store/home | 删除store/home | db8a3b4 store/home | 删除store/home | db8a3b4
task beginTime | 格式化任务开始时间 | fbc0301 task beginTime | 格式化任务开始时间 | fbc0301

8
src/components/Title/Title.vue

@ -24,19 +24,19 @@ export default {
methods: { methods: {
// LWBS // LWBS
lwbs() { lwbs() {
this.$t.ui.showToast('LWBS'); // this.$t.ui.showToast('LWBS');
}, },
// //
projectOverview() { projectOverview() {
this.$t.ui.showToast('项目概览'); // this.$t.ui.showToast('');
}, },
// //
statistics() { statistics() {
this.$t.ui.showToast('统计'); // this.$t.ui.showToast('');
}, },
// //
operation() { operation() {
this.$t.ui.showToast('操作'); // this.$t.ui.showToast('');
}, },
}, },
}; };

Loading…
Cancel
Save