From 7506a3c04c531ff25e9be980f18bd73760601a93 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 06 八月 2024 17:18:18 +0800
Subject: [PATCH] 1
---
plugins/http.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/http.js b/plugins/http.js
index d608efb..5c1987a 100644
--- a/plugins/http.js
+++ b/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('服务更新升级中,请稍等一分钟左右')
--
Gitblit v1.9.3