| | |
| | | //版本管理删除 |
| | | export function deleteVersion(params) { |
| | | //请求地址 |
| | | console.log(params); |
| | | return request.get('/version/deleteVersion?id=' + params); |
| | | } |
| | | //版本管理修改 |
| | |
| | | //请求地址 |
| | | return request.post('/version/updateVersion', params); |
| | | } |
| | | //登录日志 |
| | | export function loginSelectByPageAndCount(params) { |
| | | //请求地址 |
| | | return request.get('/login/selectByPageAndCount', { params: params }); |
| | | } |
| | | //操作日志 |
| | | export function operateSelectByPageAndCount(params) { |
| | | //请求地址 |
| | | return request.get('/operate/selectByPageAndCount', { params: params }); |
| | | } |
| | | //事件日志 |
| | | export function resOpSelectByPageAndCount(params) { |
| | | //请求地址 |
| | | return request.get('/resOp/selectByPageAndCount', { params: params }); |
| | | } |