mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
加入教程数据统计
This commit is contained in:
@@ -477,6 +477,7 @@ export default {
|
||||
} else if (currentStep === 12) {
|
||||
this.activeTab = 'settings'
|
||||
}
|
||||
this.$utils.tour.prevStep('spider-detail-confg', currentStep)
|
||||
},
|
||||
onNextStep: (currentStep) => {
|
||||
if (currentStep === 9) {
|
||||
@@ -486,6 +487,7 @@ export default {
|
||||
} else if (currentStep === 11) {
|
||||
this.activeTab = 'spiderfile'
|
||||
}
|
||||
this.$utils.tour.nextStep('spider-detail-config', currentStep)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -203,18 +203,7 @@ export default {
|
||||
dirDialogVisible: false,
|
||||
fileDialogVisible: false,
|
||||
nodeExpandedDict: {},
|
||||
isShowDeleteNav: false,
|
||||
tourSteps: [
|
||||
{
|
||||
target: '.add-btn',
|
||||
content: this.$t('You can add a file or directory')
|
||||
}
|
||||
],
|
||||
tourCallbacks: {
|
||||
onStop: () => {
|
||||
this.$utils.tour.finishTour('spider-detail-file-list')
|
||||
}
|
||||
}
|
||||
isShowDeleteNav: false
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user