@zgfe/modules-dm 1.0.26-alpha.0 → 1.0.26-alpha.2

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.
@@ -1,6 +1,6 @@
1
1
  var apis = {
2
2
  // 埋点管理 - 事件列表
3
- queryCollectionEventList: 'zg/web/v2/data/queryEventMetasOfGroup',
3
+ queryCollectionEventList: '/zg/web/v2/data/queryEventMetasOfGroup',
4
4
  // 埋点管理 - 事件列表 - 修改别名 | 修改显示状态 | 修改采集状态
5
5
  updateEventInfo: '/analysis/api/common/proxy/data/updateEventInfo.jsp',
6
6
  // 埋点管理 - 事件列表 - 创建分组 | 修改分组
@@ -86,7 +86,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
86
86
  var queryUserPropMeta = function queryUserPropMeta() {
87
87
  request(apis.getUserPropMeta, {
88
88
  method: 'post',
89
- params: {
89
+ data: {
90
90
  appId: getAppID(currentApp),
91
91
  platform: 0
92
92
  }
@@ -144,8 +144,8 @@ var CollectionEventList = function CollectionEventList(props) {
144
144
 
145
145
  var queryList = function queryList(refreshFlag) {
146
146
  request(apis.queryCollectionEventList, {
147
- method: 'get',
148
- params: {
147
+ method: 'post',
148
+ data: {
149
149
  appId: getAppID(currentApp),
150
150
  platform: 0,
151
151
  isAll: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.26-alpha.0",
3
+ "version": "1.0.26-alpha.2",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "umi-request": "^1.4.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "b148a28fc7c679b3a07519e1d01fea41a35e0a7e",
52
+ "gitHead": "be238ac8eae1523fe7522ad513a7a68e34bf535c",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }