gongchunyi
5 天以前 afcf7915733c5849315b1c726c7f5bb942e96340
src/api/viewIndex.js
@@ -326,3 +326,10 @@
    method: "get",
  });
};
// 管理统计
export const getManageStatistics = () => {
  return request({
    url: "/home/manage",
    method: "get",
  });
};