|
@@ -11,8 +11,8 @@ export default {
|
|
|
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
|
|
|
'/api': {
|
|
|
// 要代理的地址
|
|
|
- // target: 'http://open.test.luojigou.vip:8899',
|
|
|
- target: 'http://192.168.1.2:38092',
|
|
|
+ target: 'http://open.test.luojigou.vip:8899',
|
|
|
+ // target: 'http://192.168.1.2:38092',
|
|
|
// target: 'https://preview.pro.ant.design',
|
|
|
// 配置了这个可以从 http 代理到 https
|
|
|
// 依赖 origin 的功能可能需要这个,比如 cookie
|