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