On the problem of configuring withCredentials netWork without cookie in axios

problem description

A small page with a background development environment locally has made a query interface. The query interface is to go to the login page to get the port number of cookie is 8081. Now I want to reconstruct this page in the vue project. I have configured the axios withCredentials parameters according to the online instructions, but check that Google network does not carry cookie !


![![][4]][3]

.

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

Mar.15,2022

may be the influence of browser cache

Menu