@esfaenza/extensions 15.2.58 → 15.2.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1191,8 +1191,7 @@ class AppEmbeddingExtensions {
|
|
|
1191
1191
|
return;
|
|
1192
1192
|
}
|
|
1193
1193
|
let newRelativeUrl = this.router.createUrlTree([event?.data?.url]);
|
|
1194
|
-
let baseUrl = window.location.href.
|
|
1195
|
-
// pages/embed/crm
|
|
1194
|
+
let baseUrl = window.location.href.split("#")[0] + "#";
|
|
1196
1195
|
let appPath = decodeURIComponent(newRelativeUrl.toString());
|
|
1197
1196
|
let newUrl = baseUrl + appPath;
|
|
1198
1197
|
if (replaceState) {
|