zouyu
2024-01-03 7e7b954f73c3a4fe556d3d4d4aabe77660fe9338
src/page/login/thirdpartylogin.vue
@@ -11,7 +11,6 @@
  },
  created() {
    this.initLogin()
    console.log(this.SSO)
  },
  computed: {
    ...mapGetters(['tagWel'])
@@ -19,7 +18,6 @@
  methods: {
    initLogin() {
      const code = this.SSO.split('&')[0].split('=')[1]
      console.log(code)
      if (code) {
        this.$store.dispatch('LoginBySSO', code).then(() => {