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