fix: 增加断点

This commit is contained in:
zhangds 2024-02-25 14:42:55 +08:00
parent a00c6744bd
commit 13826b5c11
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@
key: keyCode, key: keyCode,
theme_type: this.pageType theme_type: this.pageType
}; };
debugger
req.axiosPost('/key/loginFromLink', data).then(res => { req.axiosPost('/key/loginFromLink', data).then(res => {
if (res.code == 200) { if (res.code == 200) {
localStorage.setItem('key', keyCode); localStorage.setItem('key', keyCode);