王旭
2022-10-09 b66f26b23e4627907818d0be241b621fe3735f27
src/api/api.js
@@ -83,7 +83,6 @@
//版本管理删除
export function deleteVersion(params) {
  //请求地址
  console.log(params);
  return request.get('/version/deleteVersion?id=' + params);
}
//版本管理修改
@@ -91,3 +90,18 @@
  //请求地址
  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 });
}