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