the project uses axios to request node backend. You need to bring cookie,. axios.defaults.withCredentials=true
is already configured. However, the problem is that the address of the foreground is not fixed after the project is packaged into apk, and the backend node configuration is cross-domain `var corsOptions = {
origin: ["http://localhost:8088", "http://192.168.4.243:8080","http://127.0.0.1:11056"],
credentials:true
} `change how to modify
as follows