修改前端显示

This commit is contained in:
2026-04-10 19:02:17 +08:00
parent 01dcc396f5
commit d03644e69f
2 changed files with 108 additions and 34 deletions
+7
View File
@@ -89,3 +89,10 @@ export async function fetchPriorityStatus() {
return data
}
export async function fetchCrawlStatus() {
const { data } = await axios.get(`${BASE}/admin/crawl/status`, {
timeout: 10000,
})
return data
}