From de3fff164ed8853ca580135db6854051dcf06077 Mon Sep 17 00:00:00 2001 From: 30404 <3040471803@qq.com> Date: Mon, 24 Jun 2024 20:04:31 +0800 Subject: [PATCH] 1 --- app-dm/src/setupProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dm/src/setupProxy.js b/app-dm/src/setupProxy.js index d5f0756..0c8ba35 100644 --- a/app-dm/src/setupProxy.js +++ b/app-dm/src/setupProxy.js @@ -7,5 +7,5 @@ module.exports = function(app) { target: 'http://localhost:5000', // 目标后端服务地址 changeOrigin: true, }) - ); + ); }; \ No newline at end of file