FIX 去掉登录时debug模式
This commit is contained in:
parent
529a64194e
commit
ed4bd23946
|
|
@ -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 ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue