@zgfe/modules-page 1.0.17-zhongyuan.18 → 1.0.17-zhongyuan.19
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.
|
@@ -103,10 +103,11 @@ var ModulesPage = function ModulesPage(props) {
|
|
|
103
103
|
routes = _useContext.routes;
|
|
104
104
|
// 是否是没进行埋点分析
|
|
105
105
|
var isEmpty = useMemo(function () {
|
|
106
|
+
// && event?.click_analysis
|
|
106
107
|
var flag = true;
|
|
107
108
|
eventGroupList === null || eventGroupList === void 0 || eventGroupList.forEach(function (group) {
|
|
108
109
|
group.eventList.forEach(function (event) {
|
|
109
|
-
if (
|
|
110
|
+
if (event.event_name === 'click' || event.event_name === 'pv') {
|
|
110
111
|
flag = false;
|
|
111
112
|
}
|
|
112
113
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-page",
|
|
3
|
-
"version": "1.0.17-zhongyuan.
|
|
3
|
+
"version": "1.0.17-zhongyuan.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"rc-virtual-list": "^3.14.2",
|
|
58
58
|
"yorkie": "^2.0.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "3ba8f223661df24590fef308e3bb335d36076674"
|
|
61
61
|
}
|