From a9d507a13f5eff939b9dfb2242a204d445460d42 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 06 八月 2024 18:26:25 +0800
Subject: [PATCH] update 跳转的逻辑栈

---
 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