3
0
Fork 0

feat(request): update request baseUrl

This commit is contained in:
ywk 2025-04-09 15:38:15 +08:00
parent d6d6f9f362
commit 6285d314c2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = (vm) => {
//#ifdef QA_SERVER
console.log('QA_SERVER')
config.baseURL = 'http://60.205.203.247/prod-api';
config.baseURL = 'http://t-app.beida413.com/prod-api';
//#endif
config.timeout = 30000;
return config