@zgfe/modules-settings 1.2.4-alpha.1 → 1.2.4-alpha.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.
@@ -185,6 +185,7 @@ var CompanySetting = function CompanySetting(props) {
185
185
  }).then(function (res) {
186
186
  console.log(111, res, res.data.appList);
187
187
  setCompanyAppList(res && res.data.appList || []);
188
+ console.log(111333, res && res.data.appList);
188
189
  if (settingCurrentUser && authConfig && authConfig.dataAuth) {
189
190
  var appIds = authConfig.dataAuth.map(function (item) {
190
191
  return item.appId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.4-alpha.1",
3
+ "version": "1.2.4-alpha.2",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "840a8dce716d38dcfe446c9edff18a734b322c81",
54
+ "gitHead": "64597a6367e12586630eab956ab5ee39961a1f57",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }