Commit 3561f6f8 authored by JunHyung An's avatar JunHyung An
Browse files

Prevent del key input

parent 983286b5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
        });
    }