From 1bda90740c33263dc3339c8a30922b78a9d9c1ba Mon Sep 17 00:00:00 2001 From: xuyulong Date: Thu, 2 Apr 2026 14:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E4=B8=BAglmszq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/Views/Shared/_MainLayout.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');