dfs-page-config 0.5.58 → 0.5.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.
package/dist/dfs-page-config.js
CHANGED
|
@@ -124903,12 +124903,15 @@ const Row = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$6
|
|
|
124903
124903
|
].map((tAe) => {
|
|
124904
124904
|
Ff.component(tAe.name, tAe);
|
|
124905
124905
|
});
|
|
124906
|
-
}, env = "production"
|
|
124906
|
+
}, env = "production";
|
|
124907
|
+
console.log(env);
|
|
124908
|
+
const sensors$1 = (Ff) => {
|
|
124909
|
+
if (console.log(env.indexOf("prod")), env.indexOf("prod") === -1)
|
|
124910
|
+
return;
|
|
124907
124911
|
const kh = JSON.parse(localStorage.getItem("userInfo") || "{}");
|
|
124908
124912
|
if (!kh.name)
|
|
124909
124913
|
return;
|
|
124910
|
-
const tAe = Ff || location.host.split(".")[0]
|
|
124911
|
-
env.indexOf("prod") !== -1 && (function(oAe) {
|
|
124914
|
+
const tAe = Ff || location.host.split(".")[0](function(oAe) {
|
|
124912
124915
|
var sAe = oAe.sdk_url, pAe = oAe.name, hAe = window, AAe = document, vAe = "script", CAe = null, wAe = null;
|
|
124913
124916
|
if (typeof hAe.sensorsDataAnalytic201505 < "u")
|
|
124914
124917
|
return !1;
|
|
@@ -124940,17 +124943,18 @@ const Row = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$6
|
|
|
124940
124943
|
], _Ae = 0; _Ae < EAe.length; _Ae++)
|
|
124941
124944
|
hAe[pAe][EAe[_Ae]] = hAe[pAe].call(null, EAe[_Ae]);
|
|
124942
124945
|
hAe[pAe]._t || (CAe = AAe.createElement(vAe), wAe = AAe.getElementsByTagName(vAe)[0], CAe.async = 1, CAe.src = sAe, CAe.setAttribute("charset", "UTF-8"), hAe[pAe].para = oAe, wAe.parentNode.insertBefore(CAe, wAe));
|
|
124943
|
-
}({
|
|
124946
|
+
})({
|
|
124944
124947
|
sdk_url: "https://cdn.jsdelivr.net/npm/sa-sdk-javascript@1.15.25/sensorsdata.min.js",
|
|
124945
124948
|
name: "sensors",
|
|
124946
124949
|
server_url: "https://t.halara.com/sa",
|
|
124947
124950
|
is_track_single_page: !0,
|
|
124948
124951
|
use_client_time: !0,
|
|
124949
124952
|
send_type: "beacon"
|
|
124950
|
-
})
|
|
124953
|
+
});
|
|
124954
|
+
sensors.registerPage({
|
|
124951
124955
|
application_name_test: tAe,
|
|
124952
124956
|
dfsUserId: kh.name
|
|
124953
|
-
}), sensors.quick("autoTrack")
|
|
124957
|
+
}), sensors.quick("autoTrack");
|
|
124954
124958
|
}, _sfc_main$7 = defineComponent({
|
|
124955
124959
|
name: "SplitScreen",
|
|
124956
124960
|
components: { CellItemEdit },
|