@zgfe/modules-dm 1.0.57-zhongyuan.34 → 1.0.57-zhongyuan.35

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.
@@ -475,7 +475,7 @@ var CollectionEventList = function CollectionEventList(props) {
475
475
  }), /*#__PURE__*/React.createElement("span", null, "\u4E8B\u4EF6\u5206\u7EC4\u7BA1\u7406")))
476
476
  }, {
477
477
  key: '3',
478
- disabled: (isDemo || !authority[1722837260]) && !showProdDownload,
478
+ disabled: isDemo || !authority[1722837260] || !showProdDownload,
479
479
  label: (/*#__PURE__*/React.createElement("a", {
480
480
  className: "".concat(classPrefix, "-downItems"),
481
481
  onClick: function onClick() {
@@ -488,7 +488,7 @@ var CollectionEventList = function CollectionEventList(props) {
488
488
  }), " ", /*#__PURE__*/React.createElement("span", null, "\u5BFC\u5165\u4E8B\u4EF6")))
489
489
  }, {
490
490
  key: '4',
491
- disabled: (isDemo || !authority[1722837261]) && !showProdDownload,
491
+ disabled: isDemo || !authority[1722837261] || !showProdDownload,
492
492
  label: (/*#__PURE__*/React.createElement("a", {
493
493
  className: "".concat(classPrefix, "-downItems"),
494
494
  onClick: exportEvent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.57-zhongyuan.34",
3
+ "version": "1.0.57-zhongyuan.35",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "13acec8ea76fa8e9ce7f1b9384ac66e9fa4304ba",
60
+ "gitHead": "afe7ee0e40f3cc6fa6408c9ff21bf421f7bca908",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }