Why does the post request of axios in vue automatically bring the local ip with url?

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

clipboard.png

Mar.26,2021

url address is missing a colon


you may have written baseUrl .

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2aeb9-2ba64.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2aeb9-2ba64.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?