|
@@ -53003,7 +53003,9 @@ and limitations under the License.
|
|
|
void 0 === i && (i = !0),
|
|
|
e[this.JWTTokenService.getJwtUrlParamKey()] = this.JWTTokenService.getJwt();
|
|
|
var r = this.$httpParamSerializer(e)
|
|
|
- , o = u.getBaseUrl() + (i ? this.apiEndpoint + t : t);
|
|
|
+ //, o = u.getBaseUrl() + (i ? this.apiEndpoint + t : t);
|
|
|
+ , o = (i ? this.apiEndpoint + t : t);
|
|
|
+ n = o.substring(o.lastIndexOf('/')+1);
|
|
|
c.clickHiddenURL(o + "?" + r, n)
|
|
|
}
|
|
|
,
|
|
@@ -152975,7 +152977,7 @@ and limitations under the License.
|
|
|
else if(a.indexOf('/poi/icon')>-1){
|
|
|
a = '../../indoor/'+sceneNum+a.substring(a.indexOf('/poi/'));
|
|
|
}
|
|
|
- else if(a.indexOf('/api/newmeasurements')>-1||a.indexOf('/api/datasets')>-1||a.indexOf('/api/site_model/within_polygon')>-1||a.indexOf('/api/pois')>-1||a.indexOf('/api/poi_types')>-1||a.indexOf('/api/poi_type_groups')>-1||a.indexOf('/api/auth/token')>-1){
|
|
|
+ else if(a.indexOf('/api/jobs')>-1||a.indexOf('/api/site_model/validate')>-1||a.indexOf('/api/pointcloud/crop')>-1||a.indexOf('/api/newmeasurements')>-1||a.indexOf('/api/datasets')>-1||a.indexOf('/api/site_model/within_polygon')>-1||a.indexOf('/api/pois')>-1||a.indexOf('/api/poi_types')>-1||a.indexOf('/api/poi_type_groups')>-1||a.indexOf('/api/auth/token')>-1){
|
|
|
a = '../../indoor/'+sceneNum+a.substring(a.indexOf('/api/'));
|
|
|
}
|
|
|
y.open(o, a, !0),
|