Browse Source

fix issue

tags/v1.22.2.2^2
zhoupzh 4 years ago
parent
commit
0e83266380
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      web_src/js/components/WxAutorize.vue

+ 1
- 0
web_src/js/components/WxAutorize.vue View File

@@ -68,6 +68,7 @@ export default {
} else if (this.status === 2) {
//用户登录成功后清除定时器
clearInterval(times)
window.location.href = this.$Cookies.get('redirect_to')
}
console.log(times)
}, 5000)


Loading…
Cancel
Save