@zgfe/modules-settings 1.2.2-alpha.3 → 1.2.2-alpha.4

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.
@@ -152,16 +152,16 @@ var standard = _objectSpread({
152
152
  key: '/analysis/user'
153
153
  },
154
154
  userList: {
155
- key: '/user/userList'
155
+ key: '/analysis/user/userList'
156
156
  },
157
157
  userGroup: {
158
- key: '/user/userGroup'
158
+ key: '/analysis/user/userGroup'
159
159
  },
160
160
  userPortrait: {
161
- key: '/user/userPortrait'
161
+ key: '/analysis/user/userPortrait'
162
162
  },
163
163
  userTags: {
164
- key: '/user/userTags'
164
+ key: '/analysis/user/userTags'
165
165
  },
166
166
  // market: {
167
167
  // key: '/market',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.2-alpha.3",
3
+ "version": "1.2.2-alpha.4",
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": "c867bfd1f442594fa928f34119aab5fc3dc24da7",
54
+ "gitHead": "da0649c790bc83c7244c8dd4f51bad16981038a4",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }