Explorar o código

feat: 修改接口路径

haifeng.zhang hai 4 días
pai
achega
5f7998d08c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/questionReqort/index.ts

+ 1 - 1
src/api/questionReqort/index.ts

@@ -19,7 +19,7 @@ export enum questionApi {
   REPORTDATA = '/chengyun/event/front/V1/openApi/reportData',
 
   // 获取网格员
-  GETAREA_GRID_PERSON = '/ystlsystemservice/areaGrid/getAreaGrid'
+  GETAREA_GRID_PERSON = '/areaGrid/getAreaGrid'
 
   
 }