feat(request): update dev baseUrl

This commit is contained in:
ywk 2025-04-09 16:25:02 +08:00
parent 6285d314c2
commit 3eae134342
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://192.168.0.100:8080';
config.baseURL = 'http://t-app.beida413.com/prod-api';
//#endif
//#ifdef QA_SERVER