From e951eec4a787c05208c595906b8febbfb6147447 Mon Sep 17 00:00:00 2001 From: jlzhangyx5 Date: Wed, 28 May 2025 10:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/proxy.ts b/config/proxy.ts index 3a23c39..f18f7f2 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -42,6 +42,7 @@ export default { target: 'http://localhost:18014', changeOrigin: true, pathRewrite: { '/api/biz-service-ebtp-rsms': '' }, + }, '/api/biz-service-ebtp-agency': { target: 'http://localhost:18099', changeOrigin: true, @@ -89,4 +90,3 @@ export default { }, } }; -