xiejun
2024-01-25 e581891072a36f0d0f7f57246366ded965e2ab8a
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 });
      })
    }