From 3eae13434210550bb7645d31ddff33038bf76b8d Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Wed, 9 Apr 2025 16:25:02 +0800 Subject: [PATCH] feat(request): update dev baseUrl --- config/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/request.js b/config/request.js index 92ca9d4..0bd8657 100644 --- a/config/request.js +++ b/config/request.js @@ -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