Source/UBCS-WEB/src/page/login/sso.vue
@@ -28,7 +28,7 @@
      //console.log(this.$route);
      //console.log(this.PathString);
      this.$store.dispatch("LoginBySso", { PathString: this.PathString }).then((res) => {
        console.log('res', res)
        //console.log('res', res)
        this.$router.push({ path: this.tagWel.value });
      })
    }