Skip to content

Commit

Permalink
Fix: delete room
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyCreeper committed Oct 25, 2023
1 parent f340de9 commit 079a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Cinema.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const deleteRoom = async () => {
title: "删除成功",
type: "success"
});
setInterval(() => {
setTimeout(() => {
localStorage.removeItem("RoomID");
localStorage.removeItem("password");
localStorage.removeItem("login");
Expand Down

0 comments on commit 079a175

Please sign in to comment.