|
|
|
|
@ -58,7 +58,8 @@ export default { |
|
|
|
|
type: 'warning', |
|
|
|
|
closeOnClickModal: false |
|
|
|
|
}).then(() => { |
|
|
|
|
this.$router.replace({ path: '/newlogin' }); |
|
|
|
|
// this.$router.replace({ path: '/newlogin' }); |
|
|
|
|
window.location.href = 'http://jhoa.qd.gov.cn/Default.aspx'; |
|
|
|
|
}) |
|
|
|
|
}else { |
|
|
|
|
this.$confirm(err.error_description || '登录失败', '提示', { |
|
|
|
|
@ -68,7 +69,8 @@ export default { |
|
|
|
|
type: 'warning', |
|
|
|
|
closeOnClickModal: false |
|
|
|
|
}).then(() => { |
|
|
|
|
this.$router.replace({ path: '/newlogin' }); |
|
|
|
|
// this.$router.replace({ path: '/newlogin' }); |
|
|
|
|
window.location.href = 'http://jhoa.qd.gov.cn/Default.aspx'; |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|