zhaoxiaoqiang
2021-11-07 c0457bf3334ca6d7b2db01fa1d6739b48ed3535c
src/views/mine/setting/setting.vue
@@ -67,8 +67,6 @@
      }
    },
    created(){
      console.log(this.orgId)
      console.log(this.orgType)
      this.$api.getAuditType().then((res) => {
        this.placeText = res.body.currAuditTypeName;
      }).catch((err) => {
@@ -83,14 +81,7 @@
        localStorage.removeItem('sib_wx_openId')
        this.SET_USER_INFO({});
        this.SET_SESSION_ID('');
        if(sessionStorage.isddxt==1){
          this.$router.push('/?platNo=ddxt');
        }else if(sessionStorage.wxScore==1){
            this.$router.push('/?wxScore=1');
        }else{
          this.$router.push('/');
        }
      },
    }
  }