王震
2023-12-19 5fcfed0c9e6dac85f680c705c9b20abad79e1324
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(() => {