From a1d0111a02474af9e7110dcece5b1d2ec0d511da Mon Sep 17 00:00:00 2001 From: GL <954534408@qq.com> Date: Wed, 28 Oct 2020 15:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=BA=BF=E4=B8=8A=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=8B=A6=E6=88=AA=E8=AE=BE=E7=BD=AE=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/services/utils.js b/src/services/utils.js index 22a5f46..a168cee 100644 --- a/src/services/utils.js +++ b/src/services/utils.js @@ -24,8 +24,9 @@ export function autoMatch (prefix) { // default: // baseUrl = window.LOCAL_CONFIG.default; // } - baseUrl = `/${prefix || 'fumao'}`; + baseUrl = `https://bh5test.malls.iformall.com/B`; } + return baseUrl; }