@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.
package/es/constants/api.js
CHANGED
|
@@ -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
|
// 埋点管理 - 事件列表 - 创建分组 | 修改分组
|
|
@@ -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: '
|
|
148
|
-
|
|
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.
|
|
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": "
|
|
52
|
+
"gitHead": "be238ac8eae1523fe7522ad513a7a68e34bf535c",
|
|
53
53
|
"gitHooks": {
|
|
54
54
|
"pre-commit": "lint-staged"
|
|
55
55
|
}
|