fangmingyue 2 years ago
parent
commit
699a17bbfc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/proxy.js

+ 1
- 1
config/proxy.js View File

12
     '/api/': {
12
     '/api/': {
13
       // 要代理的地址
13
       // 要代理的地址
14
       // target: 'http://127.0.0.1:7080',
14
       // target: 'http://127.0.0.1:7080',
15
-      target: 'http://192.168.89.147:7080',
15
+      target: 'http://192.168.89.76:7080',
16
       // target: 'http://machine.njyunzhi.com',
16
       // target: 'http://machine.njyunzhi.com',
17
       // 配置了这个可以从 http 代理到 https
17
       // 配置了这个可以从 http 代理到 https
18
       // 依赖 origin 的功能可能需要这个,比如 cookie
18
       // 依赖 origin 的功能可能需要这个,比如 cookie