mirror of
https://github.com/bufanyun/hotgo.git
synced 2026-01-29 02:26:27 +08:00
fix 修复websocket在某些情况下不重连问题
fix 修复登录日志查看权限 feat 访问日志增加接口信息显示 perf 为所有orm的Insert操作增加OmitEmptyData选项
This commit is contained in:
@@ -18,15 +18,6 @@ export function Delete(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// 获取登录日志指定详情
|
||||
export function View(params) {
|
||||
return http.request({
|
||||
url: '/loginLog/view',
|
||||
method: 'GET',
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
// 导出登录日志
|
||||
export function Export(params) {
|
||||
jumpExport('/loginLog/export', params);
|
||||
|
||||
Reference in New Issue
Block a user