How return returns the return value of axios

clipboard.png

how can I return the value of isBol? if you write in this way, you can only return empty

.
Mar.10,2021

The

axios request is asynchronous, so use async/await .

  

process with async or directly in then

Menu