From 5724bc61b00002843c358e5402a8dffa2566230f Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 29 Nov 2025 09:35:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E2=80=9C=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E4=B8=AD=E2=80=9D=E6=96=87=E6=A1=88=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/api/member/auth.js | 6 +++--- sheep/api/migration/third.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sheep/api/member/auth.js b/sheep/api/member/auth.js index ccd75a42..f83fc9e9 100644 --- a/sheep/api/member/auth.js +++ b/sheep/api/member/auth.js @@ -75,7 +75,7 @@ const AuthUtil = { }, custom: { showSuccess: true, - loadingMsg: '登陆中', + loadingMsg: '登录中', }, }); }, @@ -91,7 +91,7 @@ const AuthUtil = { }, custom: { showSuccess: true, - loadingMsg: '登陆中', + loadingMsg: '登录中', }, }); }, @@ -107,7 +107,7 @@ const AuthUtil = { }, custom: { showSuccess: true, - loadingMsg: '登陆中', + loadingMsg: '登录中', successMsg: '登录成功', }, }); diff --git a/sheep/api/migration/third.js b/sheep/api/migration/third.js index 325638cc..9d848214 100644 --- a/sheep/api/migration/third.js +++ b/sheep/api/migration/third.js @@ -11,7 +11,7 @@ export default { data, custom: { showSuccess: true, - loadingMsg: '登陆中', + loadingMsg: '登录中', }, }), },