xiejun
2023-09-25 8470a4ae665d8b7f7621479c09664c7a3ff0f210
Source/UBCS-WEB/src/page/login/sso.vue
@@ -25,8 +25,8 @@
    onLoad() {
      //URL传递参数时 会将字符串中的 %2B 也就是+号转换为空格。
      this.PathString = decodeURIComponent(this.$route.query.empCode.replace(/\s/g, '+'));
      console.log(this.$route);
      console.log(this.PathString);
      //console.log(this.$route);
      //console.log(this.PathString);
      this.$store.dispatch("LoginBySso", { PathString: this.PathString }).then((res) => {
        console.log('res', res)
        this.$router.push({ path: this.tagWel.value });