Browse Source

云广播数量

彭宇 2 years ago
parent
commit
de83392b86
1 changed files with 2 additions and 2 deletions
  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,