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