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);