소스 검색

活跃用户统计

chenrui 2 년 전
부모
커밋
40ea236f9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/report.js

+ 1 - 1
src/api/report.js

@@ -102,7 +102,7 @@ export const exportShelfActiveUser = params => {
 // 活跃用户-统计
 export const statistics = params => {
   return axios({
-    url: `/report/shelf/useUser/statistics`,
+    url: `/report/shelf/activeUser/statistics`,
     data: params,
     method: 'post'
   })