@zgfe/modules-settings 1.2.3 → 1.2.4-alpha.0

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.
@@ -126,6 +126,7 @@ var AppMember = function AppMember() {
126
126
  method: 'get'
127
127
  }).then(function (res) {
128
128
  var _res$data;
129
+ console.log(222, res);
129
130
  setCompanyAppList((res === null || res === void 0 ? void 0 : (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.appList) || []);
130
131
  });
131
132
  // 请求左侧菜单
@@ -180,6 +180,7 @@ var CompanySetting = function CompanySetting(props) {
180
180
  request(api.app.queryAppList, {
181
181
  method: 'get'
182
182
  }).then(function (res) {
183
+ console.log(111, res);
183
184
  setCompanyAppList(res && res.data.appList || []);
184
185
  if (settingCurrentUser && authConfig && authConfig.dataAuth) {
185
186
  var appIds = authConfig.dataAuth.map(function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.3",
3
+ "version": "1.2.4-alpha.0",
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": "06d072df4c1d0224ec5633aa62c441681edca365",
54
+ "gitHead": "fd26871be3f4808e68017aa6fcd417a01925be7e",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }