From 177d64284a8d1ee07ce4a1de36c2180a7ed1fc6f Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Thu, 04 Nov 2021 17:47:13 +0800
Subject: [PATCH] 修复代理端门店查询问题

---
 src/views/mine/setting/setting.vue |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/views/mine/setting/setting.vue b/src/views/mine/setting/setting.vue
index f37e3bc..7903cfe 100644
--- a/src/views/mine/setting/setting.vue
+++ b/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('/');
-        }
-
       },
     }
   }

--
Gitblit v1.8.0