mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-10 07:54:26 +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;
|
||||
})
|
||||
.catch(error => {
|
||||
alert(`Can't routing`)
|
||||
console.error('Error fetching route:', error);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue