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: '登录中', }, }), },