@zgfe/modules-settings 1.2.8-node.6 → 1.2.8-node.7

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.
@@ -56,6 +56,7 @@ var AppInfo = function AppInfo(_ref) {
56
56
  appAccount: appAccount
57
57
  });
58
58
  form.resetFields();
59
+ if (currentApp) currentApp.appName = appName;
59
60
  // 主应用更新appList
60
61
  settingsCallback('updateAppList');
61
62
  }).catch(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.8-node.6",
3
+ "version": "1.2.8-node.7",
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": "9259664d88f8bcdad7343080cf61a089a424afb8",
54
+ "gitHead": "527ec171daf32d2f0ae8037f8ebf2addfe25d2a3",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }