3
0
Fork 0

feat(request): update request

This commit is contained in:
woody 2025-05-20 10:28:15 +08:00
parent 9f34a5cc9f
commit 835e6984ca
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = (vm) => {
//#ifdef DEV_SERVER
console.log('DEV_SERVER')
config.baseURL = 'http://localhost:8080';
config.baseURL = '/prod-api';
//#endif
//#ifdef QA_SERVER