FIX 去掉登录时debug模式

This commit is contained in:
Jasder 2020-03-25 15:38:10 +08:00
parent 529a64194e
commit ed4bd23946
1 changed files with 1 additions and 2 deletions

View File

@ -469,7 +469,7 @@ class LoginDialog extends Component {
autologin:isGoingValue
}
).then((response) => {
debugger;
// debugger;
if(response===undefined){
return
}
@ -782,4 +782,3 @@ class LoginDialog extends Component {
}
export default LoginDialog ;