From 11e69ea9c70106162efabcca5f1a772f1e1148f5 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Fri, 5 Jun 2026 09:46:45 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=EF=BC=9A5313=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E7=AE=A1=E7=90=86=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E5=90=8E=E5=8F=B0=E7=A6=81=E7=94=A8=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=AB=AF=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=8F=90=E7=A4=BA=E2=80=9C=E7=99=BB=E5=BD=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=97=A0=E6=B3=95=E8=B0=83=E7=94=A8=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/index.js b/utils/index.js index ccf2fdb..ad33cea 100644 --- a/utils/index.js +++ b/utils/index.js @@ -379,7 +379,7 @@ export const login = loginInfo => { }) }) .catch(error => { - reject('登录接口调用失败') + reject('请联系管理员') }) } else { reject('用户未授权') @@ -413,7 +413,7 @@ export const login = loginInfo => { }) }) .catch(error => { - reject('登录接口调用失败') + reject('请联系管理员') }) }, fail() { @@ -423,7 +423,7 @@ export const login = loginInfo => { } }, fail() { - reject('调用登录接口失败') + reject('请联系管理员') }, }) })