修改生产域名为glmszq
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user