设备监控二级页面

This commit is contained in:
zhujiyan
2024-07-23 17:28:31 +08:00
parent 76cd3461b3
commit 93b7a9ed4d
13 changed files with 2093 additions and 874 deletions

View File

@@ -38,8 +38,11 @@ export function getRealTimeTableList() {
//离线数据导入
export function uploadOffLineDataFile(data: any) {
return createAxios({
headers: {
'Content-Type': 'multipart/form-data',
},
url: '/cs-device-boot/portableOfflLog/importEquipment',
method: 'POST',
data
data,
})
}