12345678910111213 |
- export const baseUrl = '/api';
- export const api = '/ScanBuilding';
- export const sass = 'sass';
- export const physics = '/data-platform-3';
- export const business = '/business-space'
- export const venders = '/venders'
- export const zone = {
- GeneralZone: 'zone-general', //默认分区
- PowerSupplyZone: 'zone-power-supply', //供电分区
- LightingZone: 'zone-lighting', //照明分区
- AirConditioningZone: 'metaspace', //空调分区
- TenantZone: 'zone-tenant' //租赁分区
- }
|