站点的修改

This commit is contained in:
熊丽君
2022-01-19 13:41:07 +08:00
parent a35876764c
commit 122a16e856
4 changed files with 35 additions and 12 deletions

View File

@ -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,
})
}