|
@@ -12,7 +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
|
|
15
|
+ // target: 'http://192.168.0.62:8080', //wf
|
|
16
|
+ target: 'http://localhost:8080',
|
16
|
17
|
// target: 'http://192.168.0.11', //ys
|
17
|
18
|
// target: 'http://192.168.0.125:8080', //hyq
|
18
|
19
|
// target: 'http://dev.ycjcjy.com/', //frp
|
|
@@ -24,7 +25,7 @@ module.exports = {
|
24
|
25
|
},
|
25
|
26
|
// Various Dev Server settings
|
26
|
27
|
host: '0.0.0.0', // can be overwritten by process.env.HOST
|
27
|
|
- port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
|
28
|
+ port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
28
|
29
|
autoOpenBrowser: false,
|
29
|
30
|
errorOverlay: true,
|
30
|
31
|
notifyOnErrors: true,
|