调整我的页面,调整手动绑定字段错误和接口调用的错误

This commit is contained in:
2025-01-03 10:57:46 +08:00
parent bcaefbe1cb
commit 293a5c8682
11 changed files with 44 additions and 23 deletions

View File

@@ -84,7 +84,7 @@ const parseResponse = function (response, url) {
}
const { statusCode } = response;
if (!statusCode) {
alertError("服务异常")
alertError("服务错误")
return
}
console.log('url', url,'statusCode', statusCode, 'response.data', response?.data)