|
|
|
@ -8,12 +8,12 @@ import { catchError, retry } from 'rxjs/operators';
|
|
|
|
|
}) |
|
|
|
|
export class BuildingBasicInfosService { |
|
|
|
|
//获取单位信息的api
|
|
|
|
|
baseUrl = 'api/v2/BuildingBasicInfos'; |
|
|
|
|
baseUrl = 'api/Services/3D/BuildingBasicInfo'; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 事态标绘(电子沙盘)的api |
|
|
|
|
*/ |
|
|
|
|
markUrl = "api/v2/Sandboxie"; |
|
|
|
|
markUrl = "api/Services/3D/Sandboxie"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constructor( |
|
|
|
|