疯狂的狮子li
2020-03-19 b1afb78ca252faa5b05a293f1b7467b1315c980f
ruoyi-ui/src/views/login/auth-redirect.vue
@@ -1,15 +0,0 @@
<script>
export default {
  name: 'AuthRedirect',
  created() {
    const hash = window.location.search.slice(1)
    if (window.localStorage) {
      window.localStorage.setItem('x-admin-oauth-code', hash)
      window.close()
    }
  },
  render: function(h) {
    return h() // avoid warning message
  }
}
</script>