plugins/http.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
plugins/http.js
@@ -175,11 +175,11 @@ msg: 'Not Found' }) } else if (res.statusCode === 500) { message.showToast('服务器内部错误') message.showToast('服务更新升级中,请稍等一分钟左右') reject({ data: null, code: 500, msg: 'Internal Server Error' msg: '服务更新升级中,请稍等一分钟左右' }) } else if (res.statusCode === 502) { message.showToast('服务更新升级中,请稍等一分钟左右')