소스 검색

云广播数量

彭宇 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,