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
- // message.success(msg || '验证码发送成功!');
115
- // setUserPassword && setUserPassword();
114
+ message.success('验证码发送成功!');
116
115
  }
117
116
  else {
118
117
  message.warning(msg || '验证码发送失败!');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",