diff --git a/src/page/login/index.vue b/src/page/login/index.vue index 62b1113..57f5247 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -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'; }) } });