This commit is contained in:
2025-11-11 22:03:30 +08:00
parent 685bb0cebd
commit ff88c2c04a
947 changed files with 122829 additions and 0 deletions

View File

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