浏览代码

活跃用户统计

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'
   })