@zgfe/modules-page 1.0.17-zhongyuan.18 → 1.0.17-zhongyuan.20

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,6 +103,7 @@ 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-page",
3
- "version": "1.0.17-zhongyuan.18",
3
+ "version": "1.0.17-zhongyuan.20",
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": "af2ebef569310123c687c9c3485067974a3f0b73"
60
+ "gitHead": "0eafa4a47a097ffcfd449a48eb6ff42ec2e986a4"
61
61
  }