The json, obtained through axios cannot access the data in this json?

use axios to access the json file, and you can get the result returned by json, but why can"t you access the data object in the returned result

vue code:
. Omit other codes

console.log(res.ret);//undefined =>???
console.log(res.data);//undefined =>???

Why do I print out undefined here? please give me some advice. Thank you

.
May.22,2021

the real problem may be here


<br>

axios.get().then(res => {console.log(res)})

see if there is any data.
generally speaking, it should be res.data.ret

.
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-1b3df93-2c3f2.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-1b3df93-2c3f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?