dev01 1 yıl önce
ebeveyn
işleme
baa66c94ec
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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
 }