Browse Source

前端访问后台修改

dev-czh
chenzhihang 1 year ago
parent
commit
1b777256e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      react-ui/config/proxy.ts

+ 1
- 1
react-ui/config/proxy.ts View File

@@ -20,7 +20,7 @@ export default {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
'/api/': {
// 要代理的地址
target: 'http://172.20.32.181:31213', // 开发环境
target: 'http://172.20.32.185:31213', // 开发环境
// target: 'http://172.20.32.98:8082',
// target: 'http://172.20.32.150:8082',
// 配置了这个可以从 http 代理到 https


Loading…
Cancel
Save