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