董国庆
2025-07-01 4ca375b2e3dae98d6ececc1b7b421a12f3fa8a26
1
2
3
4
5
6
import axios from '@/utils/request';
 
// 列表
export const getList = (data) => {
  return axios.post('/monitor/operlog/list', { ...data })
}