소스 검색

feat: 修改接口路径

haifeng.zhang 4 일 전
부모
커밋
5f7998d08c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
 
   
 }