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; }