浏览代码

云广播数量

彭宇 2 年之前
父节点
当前提交
de83392b86
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/api/monitor.js

+ 2 - 2
src/api/monitor.js

@@ -64,9 +64,9 @@ export function getSensorListByDeptId(deptId) {
 export function getDlblistBydeptId(deptId) {
   let url = "";
   if(deptId!=null){
-    url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?deptId=' + deptId;
+    url= '/center-emergency/VisuEmergencyMonitorCenterController/getDlblistBydeptId?deptId=' + deptId;
   }else{
-    url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId';
+    url= '/center-emergency/VisuEmergencyMonitorCenterController/getDlblistBydeptId';
   }
   return request({
     url: url,