in a cross-domain request, a get request from axios sent two requests for options and get
use .then (response = > console.log (response.data)) to output the result returned in the background, but you can see the return of the get request
in the browser console.
how does axios get the data returned by the following get request