统计调整

This commit is contained in:
marvzhang
2020-03-05 11:01:26 +08:00
parent 1409cfb0f8
commit 13963528ca
8 changed files with 1 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ export default {
startTour: (vm, tourName) => {
if (localStorage.getItem('enableTutorial') === '0') return
vm.$tours[tourName].start()
vm.$st.sendEv('教程', '开始', tourName)
},
finishTour: (tourName) => {
let data