From 7aa71d78c64b1698ded0f32470488f4268051621 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 05 九月 2023 17:19:54 +0800 Subject: [PATCH] 2023-09-05 --- src/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index be1891c..d95a353 100644 --- a/src/index.js +++ b/src/index.js @@ -112,6 +112,14 @@ if (/#\/hs$/.test(window.location.href)) { // hs涓嬩笉鎵撳嵃鑴氭湰 GLOB.debugger = false + + if (GLOB.mainSystemApi) { + GLOB.localSystemApi = GLOB.mainSystemApi + GLOB.mainSystemApi = '' + } + if (GLOB.cloudServiceApi) { + GLOB.mainSystemApi = GLOB.cloudServiceApi + } } if (GLOB.sysType !== 'cloud') { -- Gitblit v1.8.0