소스 검색

Merge branch 'bug-wt' of uskycloud/usky-web-mobile into master

王涛 12 시간 전
부모
커밋
17f9665600
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/config.js

+ 1 - 1
src/config.js

@@ -9,7 +9,7 @@ export default {
   //#endif
 
   //#ifdef H5
-  baseUrl: import.meta.env.MODE === "production" ? window.location.host.indexOf("") > -1 ? `https://${window.location.host}/prod-api` : `http://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
+  baseUrl: import.meta.env.MODE === "production" ? window.location.host.indexOf("manager.usky.cn") > -1 ? `https://${window.location.host}/prod-api` : `http://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
   //#endif
 
   websiteUrl: "https://qhome.usky.cn",