123456789101112131415161718192021222324 |
- export const baseUrl = '/api';
- export const api = '/ScanBuilding';
- export const api1 = '/scanbuilding-2';
- export const scan = '/scanbuilding';
- export const sass = 'sass';
- export const physics = '/data-platform-3';
- export const business = '/business-space'
- export const venders = '/venders'
- export const dataCenter = '/datacenter4/object'
- export const zone = {
- GeneralZone: 'zone-general', //默认分区
- PowerSupplyZone: 'zone-power-supply', //供电分区
- LightingZone: 'zone-lighting', //照明分区
- AirConditioningZone: 'metaspace', //空调分区
- TenantZone: 'zone-tenant', //租赁分区
- HeatingZone: 'zone-heating', //采暖分区
- CleanZone: 'zone-clean', //洁净分区
- DomesticWaterSupplyZone: 'zone-domestic-water', //生活给水分区
- NetworkZone: 'zone-network', //网络分区
- FunctionZone: 'zone-function', //功能分区
- FireZone: 'zone-fire', //防火分区
- SecurityZone: 'zone-security', //安防分区
- Ispace: 'ispace', //元空间
- }
|