gaoluyang
2026-04-09 fa008901cc964ce4fd3574fcd3ef391fac98c7f4
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({