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