mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 01:32:26 +00:00
fix:“登录中”文案错误
This commit is contained in:
@@ -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: '登录成功',
|
||||
},
|
||||
});
|
||||
|
||||
@@ -11,7 +11,7 @@ export default {
|
||||
data,
|
||||
custom: {
|
||||
showSuccess: true,
|
||||
loadingMsg: '登陆中',
|
||||
loadingMsg: '登录中',
|
||||
},
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user