fix
13404089107
2025-06-26 88621e3d3e438e959b43b8a1e2f55585ed36af10
1
2
3
4
5
6
import axios from '@/utils/request';
 
// 列表
export const getList = (data) => {
  return axios.post('/monitor/operlog/list', { ...data })
}