gcz 3 vuotta sitten
vanhempi
commit
9fc2aa7a2b
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/components/video-call/index.vue

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

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