From cb9148bdc1f6cb592771236424e61cebc61d4829 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 01 九月 2022 19:21:00 +0800 Subject: [PATCH] 2022-09-01 --- src/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index 93197e6..34031a7 100644 --- a/src/index.js +++ b/src/index.js @@ -118,6 +118,10 @@ GLOB.debugger = options.sysType === 'local' && GLOB.systemType !== 'production' + if (/#\/hs$/.test(window.location.href)) { // hs涓嬩笉鎵撳嵃鑴氭湰 + GLOB.debugger = false + } + if (options.sysType !== 'cloud') { if (config.appkey === options.cakey) { document.getElementById('root').innerHTML = '<div style="text-align: center; font-size: 30px; margin-top: 40vh;">涓嶅彲浣跨敤浜戠appkey锛岃鑱旂郴绠$悊鍛橈紒</div>' -- Gitblit v1.8.0