Loading src/components/LastEnd.vue +4 −3 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ export default { key1: this.message, key2: this.message2, }, { responseType: 'json', headers: { 'Content-Type': 'application/json', Loading @@ -51,9 +52,9 @@ export default { } ) .then(response => { //console.log(response); let result = response.data console.log(result); // Do something with the response data // window.location.href = `#/result?lat=${lat}&lng=${lng}`; Loading Loading
src/components/LastEnd.vue +4 −3 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ export default { key1: this.message, key2: this.message2, }, { responseType: 'json', headers: { 'Content-Type': 'application/json', Loading @@ -51,9 +52,9 @@ export default { } ) .then(response => { //console.log(response); let result = response.data console.log(result); // Do something with the response data // window.location.href = `#/result?lat=${lat}&lng=${lng}`; Loading