@zgfe/business-lib 1.2.25 → 1.2.26

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.
@@ -165,7 +165,7 @@ var DemoContent = function DemoContent(_ref3) {
165
165
  ajax('/zg/web/v2/system/config', {
166
166
  method: 'post'
167
167
  }).then(function (res) {
168
- setBasicConfig(res.data);
168
+ setBasicConfig(res === null || res === void 0 ? void 0 : res.data);
169
169
  setLoadBasicConfig(false);
170
170
  });
171
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.25",
3
+ "version": "1.2.26",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "84f2cbeebb1782f80edf955fb8e693fe9904e263",
58
+ "gitHead": "441fba59edf7e5ff0e6984403f5c8910aa600dae",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }