@zgfe/modules-settings 2.1.0-zhongyuan.26 → 2.1.0-zhongyuan.27

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.
@@ -250,6 +250,12 @@ var PageInfo = function PageInfo(props) {
250
250
  });
251
251
  return;
252
252
  }
253
+ if (!imgUrl) {
254
+ notification.warning({
255
+ message: '请选择页面图示'
256
+ });
257
+ return;
258
+ }
253
259
  if (eventAttrList.filter(function (item) {
254
260
  return !item.eventId;
255
261
  }).length) {
@@ -1006,7 +1012,11 @@ var PageInfo = function PageInfo(props) {
1006
1012
  }
1007
1013
  }, /*#__PURE__*/React.createElement("div", {
1008
1014
  className: "".concat(classPrefix, "-info-title")
1009
- }, "\u9875\u9762\u56FE\u793A"), /*#__PURE__*/React.createElement("div", {
1015
+ }, /*#__PURE__*/React.createElement("span", {
1016
+ style: {
1017
+ color: '#FB5547'
1018
+ }
1019
+ }, "*"), "\u9875\u9762\u56FE\u793A"), /*#__PURE__*/React.createElement("div", {
1010
1020
  className: "".concat(classPrefix, "-info-input")
1011
1021
  }, !imgPath ? (/*#__PURE__*/React.createElement(Upload, _objectSpread({}, uploadProps), /*#__PURE__*/React.createElement("div", {
1012
1022
  className: "".concat(classPrefix, "-info-upload")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.1.0-zhongyuan.26",
3
+ "version": "2.1.0-zhongyuan.27",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "86bcf2972cd5b67b250b767d9a79909e2d99a5ba",
70
+ "gitHead": "3e2d9de580341a65655b6f932c6fe5f2684c2a26",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }