前端显示缓存信息
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user