dev01 1 년 전
부모
커밋
baa66c94ec
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/utils/servers/baseUrl.js

+ 2 - 2
src/utils/servers/baseUrl.js

@@ -7,9 +7,9 @@ const getBaseUrl = (url) => {
     BASE_URL = 'https://yanfa.jishutao.com/prod-api'
   } else {
     // 生产环境
-    BASE_URL = 'http://172.16.0.255:8888'
+    // BASE_URL = 'http://172.16.0.255:8888'
     // BASE_URL = 'https://uat.jishutao.com'
-    // BASE_URL = 'https://yanfa.jishutao.com/prod-api'
+    BASE_URL = 'https://yanfa.jishutao.com/prod-api'
   }
   return BASE_URL
 }