前端显示缓存信息

This commit is contained in:
2026-04-11 23:37:37 +08:00
parent 558d91b0a4
commit f7fa7faed1
4 changed files with 365 additions and 40 deletions
+9
View File
@@ -111,3 +111,12 @@ export async function fetchUrlKeywordsStats() {
return data
}
export async function fetchUrlKeywordsList() {
const { data } = await axios.get(`${BASE}/admin/url/keywords/list`, {
timeout: 10000,
})
return data
}