Loading src/components/LastEnd.vue +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ export default { } ) .then(response => { window.location.href = `#/last?key1=${this.message}&key2=${this.message2}` //console.log(response); let result = response.data // console.log(result); Loading Loading
src/components/LastEnd.vue +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ export default { } ) .then(response => { window.location.href = `#/last?key1=${this.message}&key2=${this.message2}` //console.log(response); let result = response.data // console.log(result); Loading