添加功能

This commit is contained in:
2025-09-18 13:16:35 +08:00
parent b2e1b317cc
commit e6cfb7f693
3 changed files with 5 additions and 5 deletions

View File

@@ -176,9 +176,6 @@ export default {
clearTimeout(this.intervalId)
}
},
created () {
this._startMapping()
},
mounted() {
// 初始化并启动引导
this.$nextTick(() => {
@@ -206,6 +203,7 @@ export default {
doneBtnText: this.$t('close'),
onDestroyed: () => {
this.driverActive = false
this._startMapping()
},
onPopoverRender: (popover, {config, state}) => {
if (state.activeIndex === 0) {