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