From d79812d6fb559ac25a49a0e8c269684706f6f24b Mon Sep 17 00:00:00 2001 From: woody Date: Sun, 27 Apr 2025 14:07:56 +0800 Subject: [PATCH] feat(request): baseUrl --- 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