vue2-client 1.2.75 → 1.2.76

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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.2.75 -2022-06-18 @江超**
4
+ **1.2.75 - 1.2.76 -2022-06-18 @江超**
5
5
  - 功能修改:
6
6
  - 依赖更新
7
7
  - 提交物联网设备统计(完成60%)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.75",
3
+ "version": "1.2.76",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@amap/amap-jsapi-loader": "^1.0.1",
13
- "@antv/data-set": "^0.11.4",
13
+ "@antv/data-set": "^0.11.8",
14
14
  "@antv/f2": "^3.8.11",
15
15
  "@antv/g2plot": "^2.4.19",
16
16
  "@logicflow/core": "^1.1.20",
@@ -8,7 +8,7 @@ const DeviceDetailsCountApi = {
8
8
  // 获取设备指令下发成功率
9
9
  getInstructRateOfSuccess: '/webmeterapi/getInstructRateOfSuccess',
10
10
  // 获取设备上报情况
11
- getDeviceUploadCountData: 'webmeterapi/getDeviceUploadCountData'
11
+ getDeviceUploadCountData: '/webmeterapi/getDeviceUploadCountData'
12
12
  }
13
13
 
14
14
  export { DeviceDetailsCountApi }