gcz hace 3 años
padre
commit
9fc2aa7a2b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 状态后才能调用。"
                 "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}});
               } else {
               } else {
                 that.$store.commit("setVeteMemberId", "");
                 that.$store.commit("setVeteMemberId", "");
                 that.$router.push("/");
                 that.$router.push("/");