wang_xy hace 2 años
padre
commit
fa41ca2a75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/forest.js

+ 1 - 1
src/api/forest.js

@@ -197,7 +197,7 @@ export function selectMessageById(messageId) {
 // 事件处置
 export function eventHandling(id,eventCode) {
   return request({
-    url: '/center-traffic/VisuForestEventCenterController/eventHandling',
+    url: '/center-traffic/traffic/eventHandling',
     method: 'post',
     data: {id:id,eventCode:eventCode,dataStatus:"1"}
   })