Skip to content

Commit

Permalink
update tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Nov 10, 2024
1 parent 90a8dc1 commit 85d5de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,11 @@ const forkProgect = async (tips: boolean = true) => {
if (status) {
deleteBuildYml()
timer && clearInterval(timer)
ElMessage.success(t('tokenOk'))
testLoading.value = false
if (!tips) {
tokenDialog.value = false
} else {
ElMessage.success(t('tokenOk'))
}
} else {
console.log('wait fork done')
Expand Down

0 comments on commit 85d5de7

Please sign in to comment.