From 082efbb9d48341cba39c8071c46e92446c262688 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 24 Apr 2025 19:56:14 +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 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