ztxkui 2.6.1 → 2.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,8 +111,7 @@ var ForgetPassword = function (_a) {
|
|
|
111
111
|
.then(function (res) {
|
|
112
112
|
var _a = res.data, msg = _a.msg, success = _a.success;
|
|
113
113
|
if (success === 'true') {
|
|
114
|
-
|
|
115
|
-
// setUserPassword && setUserPassword();
|
|
114
|
+
message.success('验证码发送成功!');
|
|
116
115
|
}
|
|
117
116
|
else {
|
|
118
117
|
message.warning(msg || '验证码发送失败!');
|