代码提交
This commit is contained in:
parent
0a3a5173c4
commit
98f52714a7
|
|
@ -21,7 +21,7 @@ export function downloadYwLogs(data) {
|
||||||
//查询系统日志列表
|
//查询系统日志列表
|
||||||
export function getSysLogs(data) {
|
export function getSysLogs(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smartArchives/system/sys/sysLog/getSystemLogs',
|
url: '/smartArchives/sys/sysLog/getSystemLogs',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue