dev_forum
杨树林 5 years ago
parent 73f23e9eaa
commit 7b610c9c95

@ -360,7 +360,7 @@ class LoginDialog extends Component {
if(response.status===200){
if (response.data.status === 402) {
window.location.href = response.data.url;
// window.location.href = response.data.url;
}else if (response.data.status === -2) {
notification.open({
message: '提示',

Loading…
Cancel
Save