diff --git a/admin/src/app/views/app/store.vue b/admin/src/app/views/app/store.vue index f60bf9276..c72e04a7b 100644 --- a/admin/src/app/views/app/store.vue +++ b/admin/src/app/views/app/store.vue @@ -430,7 +430,7 @@ const installCheckResult = ref({}) */ const installAddonFn = (key: string) => { currAddon.value = key - installStep.value = 3 + installStep.value = 1 installShowDialog.value = true installAfterTips.value = []