From 459b9eb3ea444c8ac251815168f30df920ca6859 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 24 Mar 2020 23:27:27 +0800 Subject: [PATCH] fixed reset error popup --- frontend/src/components/Settings/GitSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Settings/GitSettings.vue b/frontend/src/components/Settings/GitSettings.vue index c80e5427..477133c4 100644 --- a/frontend/src/components/Settings/GitSettings.vue +++ b/frontend/src/components/Settings/GitSettings.vue @@ -323,7 +323,7 @@ export default { } } finally { this.isGitResetLoading = false - await this.updateGit() + // await this.updateGit() } }) this.$st.sendEv('爬虫详情', 'Git 设置', '点击重置')