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