Why is it that when you use vue to send a post request, the local debug address is automatically taken before the url? The request code is written as follows:
t.$axios.post("http//api.open.test.ai/readingcutupload", {
file: "123333"
}).then(res => {
console.log(res);
})
then check the console and find that this string is automatically brought in front