|
@@ -12,12 +12,8 @@ module.exports = {
|
12
|
12
|
proxyTable: {
|
13
|
13
|
'/api': {
|
14
|
14
|
// target: 'https://dp.huiju360.com.cn/hj_operations',
|
15
|
|
- // target: 'http://192.168.0.62:8080', //wf
|
16
|
|
-<<<<<<< HEAD
|
17
|
|
- target: 'http://192.168.0.125:8080', //hyq
|
18
|
|
-=======
|
19
|
|
- target: 'http://localhost:8080',
|
20
|
|
->>>>>>> 77c104f3b4b5c9d9999f0bd14073609bbbbf38cb
|
|
15
|
+ target: 'http://localhost:8080', //wf
|
|
16
|
+ // target: 'http://192.168.0.125:8080', //hyq
|
21
|
17
|
// target: 'http://192.168.0.11', //ys
|
22
|
18
|
// target: 'http://dev.ycjcjy.com/', //frp
|
23
|
19
|
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
|