coolcare-lite-scada-component 4.0.5 → 4.0.6

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.
@@ -394,7 +394,7 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
394
394
  open: visible,
395
395
  closable: true,
396
396
  width: 1300,
397
- zIndex: 42000,
397
+ zIndex: 99,
398
398
  footer: null,
399
399
  onCancel: closeModal,
400
400
  afterClose: closeModal,
@@ -150,6 +150,7 @@ var ModalChoosePoint = function ModalChoosePoint(_ref) {
150
150
  title: '选择属性',
151
151
  closable: false,
152
152
  width: 300,
153
+ zIndex: 100,
153
154
  maskClosable: true,
154
155
  footer: null,
155
156
  onCancel: closeModal,
@@ -28,7 +28,7 @@ function _Upload() {
28
28
  formData.append(ele, item);
29
29
  }
30
30
  });
31
- return _context.abrupt("return", request('/api/EnergyMicro/yimin/upload', _objectSpread({
31
+ return _context.abrupt("return", request('/api/EnergyMicro/upload', _objectSpread({
32
32
  method: 'POST',
33
33
  // headers: {
34
34
  // 'Content-Type': 'multipart/form-data',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "scripts": {
5
5
  "start": " umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",