feat: 设备台账联调

This commit is contained in:
xuziqiang
2024-07-03 17:58:39 +08:00
parent be09e531b9
commit e5cd75c845
8 changed files with 244 additions and 174 deletions

View File

@@ -0,0 +1,10 @@
const BASE_URL = '/carbon-smart';
export enum device {
queryDeviceTree = `${BASE_URL}/deviceInfo/queryDeviceTree`,
queryDevicePage = `${BASE_URL}/deviceInfo/queryDevicePage`,
dropArea = `${BASE_URL}/deviceInfo/dropArea`,
}
export enum group {
queryDeviceGroupTree = `${BASE_URL}/deviceGroup/queryDeviceGroupTree`,
}