|
@@ -358,7 +358,7 @@ export class LiveService {
|
|
|
}
|
|
|
console.log(this.router.url);
|
|
|
if (this.router.url.indexOf('/live/link-room/') == 0 && curState == 'DISCONNECTED'){
|
|
|
- localStorage.setItem('isLive', null);
|
|
|
+ localStorage.removeItem("isLive")
|
|
|
history.back();
|
|
|
}
|
|
|
}
|