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