田源
2024-01-25 b1ed46fcf0b28fa9278fc87e95410f7063ce4340
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 });
      })
    }