From 5970497069a0f473eab79cd2f6538b368b18ee5e Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 8 May 2025 12:50:43 +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 767eacb..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://192.168.0.103:8080'; + config.baseURL = '/prod-api'; //#endif //#ifdef QA_SERVER