From 5466452f77890b1c04d138b52a5fce54cb6d298a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 12 九月 2024 11:20:25 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/index.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/index.js b/src/index.js index 13ff1ec..8109ce6 100644 --- a/src/index.js +++ b/src/index.js @@ -159,7 +159,6 @@ } if (/#\/hs$/.test(window.location.href)) { // hs涓嬩笉鎵撳嵃鑴氭湰 - config.systemRun = '' // hs 涓嶄娇鐢ㄥ悗绔浛鎹� GLOB.debugger = false if (GLOB.mainSystemApi) { @@ -169,6 +168,11 @@ if (GLOB.cloudServiceApi) { GLOB.mainSystemApi = GLOB.cloudServiceApi } + + if (config.systemRun === 'backend') { + config.systemRun = '' // hs 涓嶄娇鐢ㄥ悗绔浛鎹� + GLOB.backend = true + } } if (process.env.NODE_ENV === 'production') { // 鐢ㄤ簬鏍¢獙鏄惁瀛樺湪寮�鍙戞潈闄� -- Gitblit v1.8.0