Browse Source

自动重新登录

gcz 3 years ago
parent
commit
db9af320e4
2 changed files with 4 additions and 2 deletions
  1. 2 0
      src/components/login/index.vue
  2. 2 2
      src/components/video-call/index.vue

+ 2 - 0
src/components/login/index.vue

@@ -37,6 +37,8 @@ export default {
         this.$message.error("请输入用户ID");
         return;
       }
+      //清掉登录状态才能重新登录
+      this.$store.commit("userLogoutSuccess");
 
       companyInfo({ companyId: this.UserID })
         .then((res) => {

+ 2 - 2
src/components/video-call/index.vue

@@ -146,9 +146,9 @@ export default {
                 err ==
                 "Error: sendMessage 接口需要 SDK 处于 ready 状态后才能调用。"
               ) {
-                that.$store.commit("userLogoutSuccess");
+                // that.$store.commit("userLogoutSuccess");
                 //登录失效把登录id传过去
-                // that.$router.push({path:'/Login',query:{inviterId:JSON.parse(sessionStorage.getItem('store')).loginUserInfo?.userId}});
+                that.$router.push({path:'/Login',query:{inviterId:JSON.parse(sessionStorage.getItem('store')).loginUserInfo?.userId}});
               } else {
                 that.$store.commit("setVeteMemberId", "");
                 that.$router.push("/");