Loading src/components/LastEnd.vue +3 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,9 @@ export default { }) .catch(error => { console.error(error); alert('교차점이 없거나 잘못된 키입니다. 다시 시도해 주세요.'); // window.location.href = '#/last?key1=${key1}&key2=${key2}'; location.reload(); }); } } Loading Loading
src/components/LastEnd.vue +3 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,9 @@ export default { }) .catch(error => { console.error(error); alert('교차점이 없거나 잘못된 키입니다. 다시 시도해 주세요.'); // window.location.href = '#/last?key1=${key1}&key2=${key2}'; location.reload(); }); } } Loading