From 281d5c9695b1a7205a02a0dd36257f8d88c8c8d0 Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 25 Mar 2024 19:09:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index abaca27..22cc17b 100644 --- a/index.html +++ b/index.html @@ -309,6 +309,7 @@ "theme_type": this.pageType }; req.axiosPost('/key/login', data).then(res => { + debugger setTimeout(() => { self.disabledBtn = false; }, 2000);