|
@@ -24,8 +24,9 @@ export function autoMatch (prefix) { |
|
|
// default: |
|
|
// default: |
|
|
// baseUrl = window.LOCAL_CONFIG.default; |
|
|
// baseUrl = window.LOCAL_CONFIG.default; |
|
|
// } |
|
|
// } |
|
|
baseUrl = `/${prefix || 'fumao'}`; |
|
|
|
|
|
|
|
|
baseUrl = `https://bh5test.malls.iformall.com/B`; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return baseUrl; |
|
|
return baseUrl; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|