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