代码提交

This commit is contained in:
liang.chao 2025-09-09 12:09:24 +08:00
parent 0a3a5173c4
commit 98f52714a7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export function downloadYwLogs(data) {
//查询系统日志列表
export function getSysLogs(data) {
return request({
url: '/smartArchives/system/sys/sysLog/getSystemLogs',
url: '/smartArchives/sys/sysLog/getSystemLogs',
method: 'get',
params: data
})