From 99971a0c71c82f257a94487c86b561bb19d4d58d Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Sat, 14 Sep 2024 16:49:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/config/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/config/dev.ts b/core/core-frontend/config/dev.ts index b3beee730c..ca7bea35d7 100644 --- a/core/core-frontend/config/dev.ts +++ b/core/core-frontend/config/dev.ts @@ -8,7 +8,7 @@ export default { }, // 使用 proxy 实例 '/api': { - target: 'https://de2.fit2cloud.com', + target: 'http://localhost:8100', changeOrigin: true, rewrite: path => path.replace(/^\/api/, 'de2api') }