Loading src/components/GMap.vue +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ export default defineComponent({ // Refuse direct access to this page if (!result) { alert('비밀키를 넣은 후 다시 시도해주세요.'); alert('교차점이 없습니다. 다시 시도해 주세요.'); window.location.href = '#/last'; location.reload(); } Loading Loading
src/components/GMap.vue +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ export default defineComponent({ // Refuse direct access to this page if (!result) { alert('비밀키를 넣은 후 다시 시도해주세요.'); alert('교차점이 없습니다. 다시 시도해 주세요.'); window.location.href = '#/last'; location.reload(); } Loading