From 835e6984ca0b17dc9bbd3331dd510d3842573e24 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 20 May 2025 10:28:15 +0800 Subject: [PATCH] feat(request): update request --- config/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/request.js b/config/request.js index 0e8c9e9..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