zhangwencui
4 天以前 3a0f25f9d38c08e1b78afedb2f67b7bb73f8c84f
src/api/viewIndex.js
@@ -100,6 +100,15 @@
    method: "get",
  });
};
// 版本升级:查询版本列表(取第一条最新数据)
export const getAllVersion = (params) => {
  return request({
    url: "/app/getAllVersion",
    method: "get",
    params,
  });
};
// 质检分析(可传 dateType: 1周 2月 3季度)
export const qualityStatistics = (params) => {
  return request({