소스 검색

【线上接口拦截设置】

master
GL 4 년 전
부모
커밋
a1d0111a02
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/services/utils.js

+ 2
- 1
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;
}



불러오는 중...
취소
저장