|
|
|
@ -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: '提示',
|
|
|
|
|