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