前端显示关键词

This commit is contained in:
2026-04-10 20:41:25 +08:00
parent d03644e69f
commit 422033fc6d
2 changed files with 104 additions and 9 deletions
+8
View File
@@ -96,3 +96,11 @@ export async function fetchCrawlStatus() {
return data
}
export async function fetchUrlKeywords(url) {
const { data } = await axios.get(`${BASE}/admin/url/keywords`, {
params: { url },
timeout: 5000,
})
return data
}