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,