@zgfe/modules-settings 1.2.0-alpha.2 → 1.2.0-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.
@@ -41,7 +41,7 @@
41
41
 
42
42
  .appSettings-Tabs {
43
43
  .ant-tabs-content {
44
- height: 532px;
44
+ height: 50vh;
45
45
  overflow-y: scroll;
46
46
  }
47
47
  }
@@ -4,7 +4,7 @@
4
4
  font-size: 24px;
5
5
  }
6
6
  .ant-modal-body {
7
- height: 620px;
7
+ height: 60vh;
8
8
  padding: 0px 24px !important;
9
9
  }
10
10
  .ant-modal-footer {
@@ -202,13 +202,6 @@ var standard = _objectSpread({
202
202
  key: '/setting/system'
203
203
  }
204
204
  },
205
- dataset: {
206
- key: '/dataAccess/cdp'
207
- },
208
- idmapping: {
209
- key: '/dataAccess/cdp'
210
- }
211
- }, isDemo ? {
212
205
  cxp: {
213
206
  key: '/cxp'
214
207
  },
@@ -217,15 +210,18 @@ var standard = _objectSpread({
217
210
  },
218
211
  cep: {
219
212
  key: '/cxp/cep'
220
- }
221
- } : {
222
- market: {
223
- key: '/market'
224
213
  },
225
- cep: {
226
- key: '/cep'
214
+ dataset: {
215
+ key: '/manage/dataset'
216
+ },
217
+ idmapping: {
218
+ key: '/manage/idmapping'
219
+ }
220
+ }, isDemo ? {
221
+ userJourney: {
222
+ key: '/cxp/userJourney'
227
223
  }
228
- });
224
+ } : {});
229
225
  var mars = {
230
226
  default: {
231
227
  key: 'default' // 默认权限
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.0-alpha.2",
3
+ "version": "1.2.0-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": "d769d11e21ed8a30ce32c030b2876440d99d10db",
54
+ "gitHead": "b6109bd75ecd8ae627b2cb52f1e9992092fcb064",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }