提交 68f69e41 authored 作者: lihuihui's avatar lihuihui

updata

上级 d5adcf56
...@@ -146,17 +146,10 @@ export default { ...@@ -146,17 +146,10 @@ export default {
}, },
created() { created() {
if (this.isWechat) { if (this.isWechat) {
if (this.checkWechatLogin()) { this.redirectUrl = `${window.location.origin}/login?type=1`
this.redirectUrl = `${window.location.origin}/login?type=1` if (!this.$router.query.type) {
} else { this.wechatLogin()
if (!Cookies.get('TGC')) {
this.redirectUrl = `${window.location.origin}/login?type=1`
} else {
this.$router.push('/index')
return false
}
} }
this.wechatLogin()
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论