默认关闭教程

This commit is contained in:
marvzhang
2020-03-01 10:24:31 +08:00
parent fa273a988e
commit a7bcda95f2
13 changed files with 45 additions and 16 deletions

View File

@@ -124,7 +124,7 @@ export default {
},
mounted () {
if (!this.$utils.tour.isFinishedTour('node-detail')) {
this.$tours['node-detail'].start()
this.$utils.tour.startTour(this, 'node-detail')
this.$st.sendEv('教程', '开始', 'node-detail')
}
}