站点的修改
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 专家审核列表
|
||||
export function getCache() {
|
||||
export function expertList(data) {
|
||||
return request({
|
||||
url: '/monitor/cache',
|
||||
method: 'get',
|
||||
url: '/admin/v1/manage/expert',
|
||||
method: 'post',
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user