From 70d70f2c089e0fbe3f36f93804d5c8c189f90b31 Mon Sep 17 00:00:00 2001 From: zhaowei Date: Tue, 19 Aug 2025 15:52:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20proxy=E5=BF=98=E8=AE=B0=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/config/proxy.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/react-ui/config/proxy.ts b/react-ui/config/proxy.ts index fba5336d..3b7a8381 100644 --- a/react-ui/config/proxy.ts +++ b/react-ui/config/proxy.ts @@ -22,13 +22,8 @@ export default { // 要代理的地址 // target: 'http://172.20.32.197:31213', // 开发环境 // target: 'http://172.20.32.235:31213', // 测试环境 -<<<<<<< HEAD // target: 'http://172.20.32.44:8082', target: 'http://172.20.32.164:8082', -======= - // target: 'http://172.20.32.127:8082', - // target: 'http://172.20.32.164:8082', ->>>>>>> 7251927c (feat: 模型、数据集版本自增) // 配置了这个可以从 http 代理到 https // 依赖 origin 的功能可能需要这个,比如 cookie changeOrigin: true,