fix: 增加断点
This commit is contained in:
parent
a00c6744bd
commit
13826b5c11
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue