@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.
|
@@ -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
|
-
|
|
226
|
-
key: '/
|
|
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.
|
|
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": "
|
|
54
|
+
"gitHead": "b6109bd75ecd8ae627b2cb52f1e9992092fcb064",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|