|
@@ -4,8 +4,8 @@ module.exports = {
|
|
|
port: 8090,
|
|
|
proxy: {
|
|
|
'/data': {
|
|
|
- target: "http://60.205.177.43",
|
|
|
- // target: 'http://10.199.143.126',
|
|
|
+ // target: "http://60.205.177.43",
|
|
|
+ target: 'http://10.199.143.126',
|
|
|
// target: 'http://192.168.200.11:9003', //yll
|
|
|
// target: 'http://localhost:6040/data/',
|
|
|
changeOrigin: true,
|