@zgfe/modules-settings 1.1.7 → 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.
- package/es/constants/icons/demo.css +0 -0
- package/es/constants/icons/demo_index.html +0 -0
- package/es/constants/icons/iconfont.css +0 -0
- package/es/constants/icons/iconfont.js +0 -0
- package/es/constants/icons/iconfont.json +0 -0
- package/es/constants/icons/iconfont.ttf +0 -0
- package/es/constants/icons/iconfont.woff +0 -0
- package/es/constants/icons/iconfont.woff2 +0 -0
- package/es/modules/companySetting/cost/index.less +0 -0
- package/es/modules/companySetting/wechatBinding/index.less +0 -0
- package/es/utils/functionalPermissions.js +6 -0
- package/package.json +2 -2
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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.
|
|
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": "
|
|
54
|
+
"gitHead": "260ec830ea1c59c1846a6df2518ad30446e80982",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|