use axios to send a get request twice. Many people on the Internet say that it is due to a cross-domain problem, so axios will first send an option pre-check request (preflight request), to know whether the server allows the cross-domain request.
but I have two get requests here, I would like to ask the gods, what is going on?