Browse Source

【线上接口拦截设置】

master
GL 4 years ago
parent
commit
a1d0111a02
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/services/utils.js

+ 2
- 1
src/services/utils.js View File

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



Loading…
Cancel
Save