style: 优化部分样式

This commit is contained in:
2024-05-03 10:34:41 +08:00
parent 5b71369251
commit 029dea0100
5 changed files with 42 additions and 38 deletions

View File

@@ -18,7 +18,7 @@ export function deleteFile(ids: string | Array<string>) {
return http.del(`${BASE_URL}/${ids}`)
}
/** @desc 查询文件资源统计 */
export function statisticsFile() {
return http.get(`${BASE_URL}/statistics`)
/** @desc 查询文件资源统计统计 */
export function getFileStatistics() {
return http.get<System.FileStatisticsResp>(`${BASE_URL}/statistics`)
}