coolcare-lite-scada-component 2.0.23 → 2.0.24

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.
@@ -27,7 +27,7 @@ import emitter from "../../../utils/events";
27
27
  import { GetDevicePoint } from "../../../services/gateway/Device";
28
28
  import "./index.css";
29
29
  /** 刷新频率 */
30
- var RefreshFrequency = 30 * 1000;
30
+ var RefreshFrequency = 5 * 1000;
31
31
  var Player = function Player(_ref) {
32
32
  var jsonConfig = _ref.jsonConfig,
33
33
  query = _ref.query;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "scripts": {
5
5
  "start": "umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",