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