@zgfe/modules-settings 2.1.0-zhongyuan.24 → 2.1.0-zhongyuan.25

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.
@@ -138,7 +138,7 @@ var UserGroup = function UserGroup(props) {
138
138
  setCreateAppLoading(true);
139
139
  var msg = '';
140
140
  var params = _objectSpread(_objectSpread({}, value), {}, {
141
- password: "ZG_".concat(value.email).concat(getDate()),
141
+ password: "Aa111111",
142
142
  id: userEditAuthData === null || userEditAuthData === void 0 ? void 0 : userEditAuthData.id,
143
143
  roleIds: value === null || value === void 0 ? void 0 : (_value$roleIds = value.roleIds) === null || _value$roleIds === void 0 ? void 0 : _value$roleIds.map(function (item) {
144
144
  return item.id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.1.0-zhongyuan.24",
3
+ "version": "2.1.0-zhongyuan.25",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "9548e3f0011ea8bb557139247c1f0bf010963986",
70
+ "gitHead": "f9bbe18ea9f27c0a392e59cea858f430bea25292",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }