开启教程

This commit is contained in:
marvzhang
2020-02-08 09:46:30 +08:00
parent 78f0f15167
commit 22b44d74fd
2 changed files with 4 additions and 4 deletions

View File

@@ -300,8 +300,8 @@ export default {
},
mounted () {
if (!this.$utils.tour.isFinishedTour('setting')) {
// this.$tours['setting'].start()
// this.$st.sendEv('教程', '开始', 'setting')
this.$tours['setting'].start()
this.$st.sendEv('教程', '开始', 'setting')
}
}
}