mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 05:16:53 +00:00
alert can't routing
This commit is contained in:
parent
d833cf1ea9
commit
d07bbb52f7
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ export default {
|
||||||
this.isRouting = true;
|
this.isRouting = true;
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
alert(`Can't routing`)
|
||||||
console.error('Error fetching route:', error);
|
console.error('Error fetching route:', error);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue