VistarStarDataIntegration/admin.net.pro/App/api/log.js

4 lines
135 B
JavaScript
Raw Normal View History

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