mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
默认关闭教程
This commit is contained in:
@@ -18,6 +18,10 @@ export default {
|
||||
}
|
||||
return !!data[tourName]
|
||||
},
|
||||
startTour: (vm, tourName) => {
|
||||
if (localStorage.getItem('enableTutorial') === '0') return
|
||||
vm.$tours[tourName].start()
|
||||
},
|
||||
finishTour: (tourName) => {
|
||||
let data
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user