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

updata

上级 d5adcf56
...@@ -146,19 +146,12 @@ export default { ...@@ -146,19 +146,12 @@ 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`
} else { if (!this.$router.query.type) {
if (!Cookies.get('TGC')) {
this.redirectUrl = `${window.location.origin}/login?type=1`
} else {
this.$router.push('/index')
return false
}
}
this.wechatLogin() this.wechatLogin()
} }
} }
}
} }
</script> </script>
<style lang="scss"> <style lang="scss">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论