|
@@ -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("/");
|