@zgfe/modules-settings 1.1.5 → 1.1.8-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.
@@ -18,7 +18,7 @@ var SystemSetting = function SystemSetting(_ref) {
18
18
  label: '通知配置',
19
19
  content: /*#__PURE__*/React.createElement(Notice, null)
20
20
  }];
21
- if (currentUser === null || currentUser === void 0 ? void 0 : currentUser.isAdmin) {
21
+ if ((currentUser === null || currentUser === void 0 ? void 0 : currentUser.isAdmin) && /demomanage/i.test(window.location.search)) {
22
22
  items.push({
23
23
  key: '2',
24
24
  label: 'Demo管理',
@@ -163,6 +163,9 @@ var standard = _objectSpread({
163
163
  userPortrait: {
164
164
  key: '/user/userPortrait'
165
165
  },
166
+ userJourney: {
167
+ key: '/cxp/userJourney'
168
+ },
166
169
  userTags: {
167
170
  key: '/user/userTags'
168
171
  },
@@ -319,6 +322,9 @@ var mars = {
319
322
  userPortrait: {
320
323
  key: '/analysis/user/userPortrait'
321
324
  },
325
+ userJourney: {
326
+ key: '/cxp/userJourney'
327
+ },
322
328
  custom: {
323
329
  key: '/analysis/custom'
324
330
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.1.5",
3
+ "version": "1.1.8-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": "62e62c269a8b0fe1ec2ae15ff33a34bc6dd2551a",
54
+ "gitHead": "260ec830ea1c59c1846a6df2518ad30446e80982",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }