This commit is contained in:
bb_pan 2025-09-09 12:03:42 +08:00
parent 96f29904b3
commit 0a3a5173c4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -219,6 +219,7 @@ export default {
operaType: '',
logSort: 1,
logDesc: 1,
logType: 0,
},
rangeDate: [],
}