zhaoxiaoqiang
2021-04-12 f401147f1459d5a5c68c702abf67b46c240f7b0c
src/views/mine/setting/setting.vue
@@ -83,14 +83,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('/');
        }
      },
    }
  }