智慧农业后台管理页面
guoshilong
2022-09-27 afa8ee521affdce4f4cac9ba32ede9d22b76a13e
src/page/login/authredirect.vue
@@ -10,8 +10,7 @@
    const params = this.$route.query
    const state = params.state
    const code = params.code
    // window.opener.location.href = `${window.location.origin}/#/login?state=${state}&code=${code}`
    window.opener.location.href = 'http://dev.jxpskj.com:8020/ncny/login.html'
    window.opener.location.href = `${window.location.origin}/#/login?state=${state}&code=${code}`
  }
}
</script>