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