From 49ca3babc913bef84817fc98e1055d7eeed09969 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 24 Apr 2025 14:20:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(request):=20request=20baseUrl=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=9B=B8=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/request.js b/config/request.js index fe5e1ce..5fa9b1b 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://localhost:8080/'; + config.baseURL = '/prod-api'; //#endif //#ifdef QA_SERVER