index.vue:594 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'stSoftwareResultEntityList')
时间: 2023-11-01 08:51:46 浏览: 206
Vue打包Cannot read property 'tapPromise' of undefined报错处理.docx
5星 · 资源好评率100%
根据引用中的报错信息,index.vue文件的第594行出现了一个未捕获的错误。具体错误信息是"TypeError: Cannot read properties of undefined (reading 'stSoftwareResultEntityList')"。根据引用中的代码,这个错误可能是因为获取数据时发生了一些问题。在获取数据的函数中,如果返回的数据为undefined,就会将一个新对象赋值给info.value。因此,可能需要检查数据获取的部分代码,确保正确处理数据的返回情况。此外,根据引用的内容,还可以在axios请求拦截器中进行一些配置,以便更好地处理请求和错误。
阅读全文