1
xuxueyang
2024-08-06 6ec8682e2ace0376e539a642353d110256e90f61
1
已修改1个文件
4 ■■■■ 文件已修改
plugins/http.js 4 ●●●● 补丁 | 查看 | 原始文档 | 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('服务更新升级中,请稍等一分钟左右')