dfs-page-config 0.5.61 → 0.5.62
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.
package/dist/dfs-page-config.js
CHANGED
|
@@ -124910,7 +124910,8 @@ const Row = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$6
|
|
|
124910
124910
|
const tAe = JSON.parse(localStorage.getItem("userInfo") || "{}");
|
|
124911
124911
|
if (!tAe.name)
|
|
124912
124912
|
return;
|
|
124913
|
-
const oAe = kh || window.location.host.split(".")[0]
|
|
124913
|
+
const oAe = kh || window.location.host.split(".")[0];
|
|
124914
|
+
(function(pAe) {
|
|
124914
124915
|
var hAe = pAe.sdk_url, AAe = pAe.name, vAe = window, CAe = document, wAe = "script", EAe = null, _Ae = null;
|
|
124915
124916
|
if (typeof vAe.sensorsDataAnalytic201505 < "u")
|
|
124916
124917
|
return !1;
|
|
@@ -124949,8 +124950,7 @@ const Row = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$6
|
|
|
124949
124950
|
is_track_single_page: !0,
|
|
124950
124951
|
use_client_time: !0,
|
|
124951
124952
|
send_type: "beacon"
|
|
124952
|
-
})
|
|
124953
|
-
sensors.registerPage({
|
|
124953
|
+
}), sensors.registerPage({
|
|
124954
124954
|
application_name_test: oAe,
|
|
124955
124955
|
dfsUserId: tAe.name
|
|
124956
124956
|
}), sensors.quick("autoTrack");
|