3f15d3253c
- 新增 friendlyErrorMessage 通用函数(utils/error.ts),自动将技术错误转换为友好提示 - 内置常见错误映射表:不能与自己私聊→不能和自己私聊哦、未授权→请先登录、任务不存在→任务不存在或已被删除等 - 支持从后端返回的 detail 字段提取可读中文,直接展示给用户 - 修复 communicationStore.ts:发起私聊/打开客服/加载会话/发送消息/好友操作等全部错误提示友好化 - 修复服务大厅全部页面(ServiceDetail/ServicePublish/ServiceOrders/ServiceOrderDetail/ServicesMine/HallServices) - 修复任务相关页面(TaskDetailPage/HallTasks/MyTasks) - 修复其他 OPC 页面(CertCenter/Community/Company/Compute/Finance/HallJobs/HallTalents/Notifications/PayBinding/Profile/RechargeModal/TrainingCenter/CourseDetailModal/CourseLearnModal/Talent/UserHomePage) - 共计修复 25+ 个文件,消除所有直接暴露技术错误信息给用户的情况