@partex/one-core 2.0.83 → 2.0.84
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/lib/one-core.cjs +2 -2
- package/lib/one-core.js +2 -2
- package/lib/one-core.umd.cjs +2 -2
- package/package.json +1 -1
package/lib/one-core.js
CHANGED
|
@@ -1000,7 +1000,7 @@ const TY = () => {
|
|
|
1000
1000
|
url: `${kd}${e}`,
|
|
1001
1001
|
method: "POST",
|
|
1002
1002
|
data: t
|
|
1003
|
-
}), V_ = "2.0.
|
|
1003
|
+
}), V_ = "2.0.84";
|
|
1004
1004
|
function fD() {
|
|
1005
1005
|
const e = Wt("platformListOwned", !1);
|
|
1006
1006
|
if (e) {
|
|
@@ -28268,7 +28268,7 @@ function QG(e) {
|
|
|
28268
28268
|
}
|
|
28269
28269
|
function IC(e) {
|
|
28270
28270
|
const t = window.location.host;
|
|
28271
|
-
if (t.includes("partexiot")) {
|
|
28271
|
+
if (t.includes("partexiot.cn")) {
|
|
28272
28272
|
const r = Wt("token", !1);
|
|
28273
28273
|
G.industryCategory = e.industryCategory || "0", !t.includes("vpn") && EC && (e.industryCategory === "0" && t.includes("printing") && (window.location.href = `https://www.partexiot.cn/auth?auth=${r}`), e.industryCategory === "1" && !t.includes("printing") && (window.location.href = `https://printing.partexiot.cn/auth?auth=${r}`));
|
|
28274
28274
|
}
|