diff --git a/YLErpWeb/Views/Shared/_MainLayout.cshtml b/YLErpWeb/Views/Shared/_MainLayout.cshtml index dc25170a..8e1a6151 100644 --- a/YLErpWeb/Views/Shared/_MainLayout.cshtml +++ b/YLErpWeb/Views/Shared/_MainLayout.cshtml @@ -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');