添加总览功能

This commit is contained in:
砂糖
2025-10-15 16:29:00 +08:00
parent b843776a7f
commit e59767375f
11 changed files with 688 additions and 533 deletions

View File

@@ -0,0 +1,8 @@
import request from '@/utils/request'
export function getLeftWithDevices() {
return request({
url: '/ems/location/treeWithDevices',
method: 'get'
})
}