fix: 修复操作日志前端显示问题

This commit is contained in:
橙子
2023-02-21 21:15:05 +08:00
parent fa4e0b3752
commit 72decd970a
8 changed files with 38 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 查询操作日志列表
export function list(query) {
return request({
url: '/operationLog/pageList',
url: '/operation-log',
method: 'get',
params: query
})