From 4d6b9f8a2d7b316633e43b489eae9ada949c07b5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 九月 2024 10:18:08 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/index.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/index.js b/src/index.js
index 8d0c45c..13ff1ec 100644
--- a/src/index.js
+++ b/src/index.js
@@ -159,6 +159,7 @@
     }
 
     if (/#\/hs$/.test(window.location.href)) { // hs涓嬩笉鎵撳嵃鑴氭湰
+      config.systemRun = '' // hs 涓嶄娇鐢ㄥ悗绔浛鎹�
       GLOB.debugger = false
 
       if (GLOB.mainSystemApi) {
@@ -346,6 +347,7 @@
     }
 
     if (config.systemRun === 'backend') {
+      GLOB.debugger = false
       Object.defineProperty(window, 'backend', {
         writable: false,
         value: true

--
Gitblit v1.8.0