UNIVPLMDataIntegration/App/api/log.js

4 lines
135 B
JavaScript
Raw Normal View History

2024-06-15 13:52:42 +08:00
import { http } from 'uview-plus'
// 获取操作日志
export const sysLogOpPageApi = (data) => http.post('/api/sysLogOp/page', data)