snow 1 年之前
父節點
當前提交
6158ce0183
共有 6 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.8a9c99cb.js
  3. 二進制
      dist/static/js/app.8a9c99cb.js.gz
  4. 0 0
      dist/static/js/app.dab72dd9.js
  5. 二進制
      dist/static/js/app.dab72dd9.js.gz
  6. 1 1
      src/api/report.js

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.8a9c99cb.js


二進制
dist/static/js/app.8a9c99cb.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.dab72dd9.js


二進制
dist/static/js/app.dab72dd9.js.gz


+ 1 - 1
src/api/report.js

@@ -6,7 +6,7 @@ const api = "admin/";
 const onlineReportApi = "http://rep.report.caixiao365.com/admin/Everyday/"
 
 export default {
-  list: (data, params) => http(reportApi + api + "stats", data, "post", params),
+  list: (data, params) => http(onlineReportApi + "YsStat", data, "post", params),
   departDay: (data, params) => http(onlineReportApi + "departEveryDay", data, "post", params),
   departMonth: (data, params) => http(onlineReportApi + "departEveryMonth", data, "post", params),
   companyEvery: (data, params) => http(onlineReportApi + "companyEvery", data, "post", params),

Some files were not shown because too many files changed in this diff