config.js 979 B

123456789101112131415161718192021222324
  1. export const baseUrl = '/api';
  2. export const api = '/ScanBuilding';
  3. export const api1 = '/scanbuilding-2';
  4. export const scan = '/scanbuilding';
  5. export const sass = 'sass';
  6. export const physics = '/data-platform-3';
  7. export const business = '/business-space'
  8. export const venders = '/venders'
  9. export const dataCenter = '/datacenter4/object'
  10. export const zone = {
  11. GeneralZone: 'zone-general', //默认分区
  12. PowerSupplyZone: 'zone-power-supply', //供电分区
  13. LightingZone: 'zone-lighting', //照明分区
  14. AirConditioningZone: 'metaspace', //空调分区
  15. TenantZone: 'zone-tenant', //租赁分区
  16. HeatingZone: 'zone-heating', //采暖分区
  17. CleanZone: 'zone-clean', //洁净分区
  18. DomesticWaterSupplyZone: 'zone-domestic-water', //生活给水分区
  19. NetworkZone: 'zone-network', //网络分区
  20. FunctionZone: 'zone-function', //功能分区
  21. FireZone: 'zone-fire', //防火分区
  22. SecurityZone: 'zone-security', //安防分区
  23. Ispace: 'ispace', //元空间
  24. }