From 13826b5c11b0e3ed8c2f87627a0e7e34a0b1d4b8 Mon Sep 17 00:00:00 2001 From: zhangds Date: Sun, 25 Feb 2024 14:42:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E6=96=AD=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 60e6af3..f2b6024 100644 --- a/index.html +++ b/index.html @@ -158,6 +158,7 @@ key: keyCode, theme_type: this.pageType }; + debugger req.axiosPost('/key/loginFromLink', data).then(res => { if (res.code == 200) { localStorage.setItem('key', keyCode);