From a679a623a1a18ba8fd57fadee3dfc4a98bbce6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Thu, 18 Apr 2024 10:21:13 +0800 Subject: [PATCH] cont. --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index b4e069aa1..8a4297753 100644 --- a/server/index.js +++ b/server/index.js @@ -19,7 +19,7 @@ const options = (target) => { }; } -const proxy = createProxyMiddleware(options('http://localhost:8081')); +const proxy = createProxyMiddleware(options('http://127.0.0.1:8081')); // 设置代理