Skip to content

Commit 689228c

Browse files
committed
refactor: 增加状态更改逻辑
1 parent 66f2b80 commit 689228c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/BootstrapBlazor.HikVision/Components/HikVisionWebPlugin.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public async Task Logout()
122122
{
123123
await InvokeVoidAsync("logout", Id);
124124
}
125+
IsRealPlaying = false;
125126
IsLogined = false;
126127
}
127128

0 commit comments

Comments
 (0)