@zgfe/modules-settings 1.2.1 → 1.2.2-alpha.1

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.
@@ -149,7 +149,7 @@ var standard = _objectSpread({
149
149
  key: '/diypage'
150
150
  },
151
151
  user: {
152
- key: '/user'
152
+ key: '/analysis/user'
153
153
  },
154
154
  // cep: {
155
155
  // key: '/cep',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.1",
3
+ "version": "1.2.2-alpha.1",
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": "43c1f6dee49073d19318cb22e8e95cf8cd52d118",
54
+ "gitHead": "760c7889526c09f2261c832978cc9d68e3874ba2",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }