田源
2024-09-06 bf70f3cf825f44c457dba2bebd26e7af73e4b2a8
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 });
      })
    }