浏览代码

统计分析

王通 2 年之前
父节点
当前提交
62a3c16e82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/bigdata.js

+ 1 - 1
src/api/bigdata.js

@@ -49,7 +49,7 @@ export function selectDeviceType() {
   return request({
     url: '/center-monitor/camera/selectDeviceType',
     method: 'post',
-    data:{type:5}
+    data:{type:4}
   })
 }