fix: 解决MCP接入点输入框没有显示报错信息的问题

This commit is contained in:
zhuoqinglian
2026-03-18 16:47:48 +08:00
parent 8a01432e9d
commit b2ed5eb2c0
4 changed files with 9 additions and 2 deletions
@@ -170,6 +170,9 @@ export default {
RequestService.clearRequestTime();
callback(res);
})
.fail((err) => {
callback(err);
})
.networkFail(() => {
RequestService.reAjaxFun(() => {
this.getAgentMcpAccessAddress(agentId, callback);