Browse Source

chore: proxy忘记保存了

pull/274/head
zhaowei 7 months ago
parent
commit
70d70f2c08
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      react-ui/config/proxy.ts

+ 0
- 5
react-ui/config/proxy.ts View File

@@ -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,


Loading…
Cancel
Save