董国庆
8 天以前 3c38a9fbad595a4c35d5928f77ccfc9cfa5e3f58
1
2
3
4
5
6
import axios from '@/utils/request';
 
// 列表
export const getList = (data) => {
  return axios.post('/monitor/operlog/list', { ...data })
}