修改生产域名为glmszq

This commit is contained in:
xuyulong
2026-04-02 14:16:00 +08:00
parent daaee3d515
commit 1bda90740c
+2 -2
View File
@@ -34,7 +34,7 @@
import { BonreeStart } from '/BonreeSDK_JS_2.5.1_min.esm.js';
(function () {
const isProd = window.location.hostname.indexOf("mszq.com") > -1 && window.location.hostname.indexOf("test") === -1;
const isProd = window.location.hostname.indexOf("glmszq.com") > -1 && window.location.hostname.indexOf("test") === -1;
const isTrader = window.location.hostname.indexOf("trade") > -1 || window.location.pathname.toLowerCase().indexOf("trade") > -1;
const manageAppIdProd = "@bonreeManageProd";
@@ -124,7 +124,7 @@
send_interval: 6000,
one_send_max_length: 30
},
show_log: true
show_log: false
});
sensors.quick('autoTrack');