设为首页
收藏本站
首页
Portal
技术区
BBS
Vue
JavaScript
Discuz!
导读
Guide
热点排行
1
TypeError: Cannot read properties of undefined (reading 'data') at O
2
安装Discuz! Q 环境要求与配置
代码人
»
技术区
›
技术广场
›
Vue
›
查看内容
返回列表
发新帖
TypeError: Cannot read properties of undefined (reading 'data') at Object.po
dmr
dmr
当前离线
积分
1720
409
主题
3
回帖
1720
积分
管理员
积分
1720
发消息
显示全部楼层
1.页面加载,接口POST请求,报错:
错误1:请求返回空响应
...index.ts:34 【src/config/axios/index.ts】
错误2:POST请求失败: TypeError: Cannot read properties of undefined (reading 'data') at Object.post
post: async <T = any>(option: any) => {
//const res = await request({ method: 'POST', ...option })
//return res.data as unknown as T
try {
const res = await request({ method: 'POST', ...option });
// 添加空值检查
if (!res) {
console.error('<font color="#ff0000">请求返回空响应</font>'); //<font color="#ff0000">错误1</font>
}
return res.data as unknown as T;
} catch (error) {
console.error('POST请求失败:', error);//<font color="#ff0000">错误2</font>
}
},
复制代码
错误1:Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'list')
at getList
上面的错误出处:
const getList = async () => {
loading.value = true
try {
// 工作台获取工作任务分页
const res = await workbenchApi.getWorkbenchList(queryParams.value)
list.value = res.list //错误1
total.value = res.total
// 获取工作任务统计
workbenchList.value = await workbenchApi.getWorkbenchCount()
if(workbenchList.value){
getDictObj('FLOW_BUS_OPT')
}
loading.value = false
} finally {
loading.value = false
}
}
3.上面的接口报错后,页面返回登录页面,进行登录,报错
Uncaught (in promise) Error: No match for
{"name":"Home","params":{}}
登录页面没有跳转,报错提示上面的错误。
怎么解决?
微信扫一扫,分享更方便
代码人
相关帖子
2026-7-9
村民在养猪场旁挖出1400年前佛首
2026-7-9
中方代表:反对一切冲突中的性暴力
2026-7-9
千亿市值民企实控人胡兴荣被采取强制措施,被曝全员停薪
2026-7-10
脑死亡丈夫被妻子强留458天后去世
2026-7-10
福建泉州晋江市辉腾鞋业有限公司厂房发生火灾,事故已造成28人死亡
2026-7-10
我们为什么不爱接电话了
2026-7-11
“连车位都霸占 还指望为人民服务?”
2026-7-12
【夜读】与人聊天,尽量少说这4种话
2026-7-22
做好这10件事,能帮你远离糖尿病并发症
2026-7-22
220亿元超长期特别国债,支持老旧营运货车报废更新
上一篇:
vue3+ts项目开发笔记
下一篇: 没有了
发表于 2025-12-4 10:01:59
举报
回复
分享
dmr
dmr
当前离线
积分
1720
409
主题
3
回帖
1720
积分
管理员
积分
1720
发消息
楼主
|
显示全部楼层
解决办法:
有待测试,看看效果。
剩余
92%
内容需要支付
30.00
元 后可完整阅读
付费阅读
加入会员
支持付费阅读,激励作者创作更好的作品。会员可8折购买!
发表于 2025-12-4 10:45:22
举报
回复
返回列表
发新帖
本版积分规则
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
黑夜模式
快速发帖
返回列表
返回顶部