회의종료시 이동경로 수정

This commit is contained in:
yabo0812 2025-10-24 15:51:59 +09:00
parent c1ac9f1728
commit 2423720d51

View File

@ -990,7 +990,7 @@
alert('회의가 종료되었습니다. AI가 회의록을 생성 중입니다...'); alert('회의가 종료되었습니다. AI가 회의록을 생성 중입니다...');
setTimeout(() => { setTimeout(() => {
window.location.href = '10-회의록상세조회.html'; window.location.href = '07-회의종료.html';
}, 2000); }, 2000);
} }
} }