This commit is contained in:
2023-09-11 21:56:39 +08:00
parent 7a43f39ec8
commit 4c2c1739fc
1719 changed files with 33351 additions and 103245 deletions

View File

@ -0,0 +1,10 @@
import request from '@/utils/request'
export function getfindLog(query) { //系统日志
return request({
url: 'equipment/findLog',
method: 'get',
params: query
})
}