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