前端显示关键词
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user