ssotoken解析失败确认弹框按钮跳转金宏网

main
xuechunyuan 3 years ago
parent 5297f086b6
commit 808e128517
  1. 6
      src/page/login/index.vue

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

Loading…
Cancel
Save