problem description
I found that axios sends an option request before each request, verifying methods that can be cross-domain. This implementation may be more standard, but there is no such additional request when using jquery before.
when I think both the front and back ends are on my own, can this mechanism be relaxed a little bit, instead of sending additional option requests? does axios have this configuration item?