This commit is contained in:
xiaozhiyong
2023-04-06 13:20:20 +08:00
parent a8249b5de8
commit 4eaf549bbe
5 changed files with 47 additions and 75 deletions

View File

@@ -12,7 +12,7 @@ const productUrl = 'http://uat.xingoil.com/adminapi'
// const productUrl = 'http://192.168.0.191:38080'
// const productUrl = 'http://121.196.213.68/adminapi'
const service = axios.create({
baseURL: env == 'production' ? productUrl : testUrl,,
baseURL: env == 'production' ? productUrl : testUrl,
// baseURL: testUrl,
timeout: 5000
})