|
@@ -25,7 +25,8 @@ module.exports = {
|
|
|
disableHostCheck: true,
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target:'http://192.168.0.43:8087/TransServlet',
|
|
|
+ target:'http://192.168.0.131:8087/TransServlet',
|
|
|
+ // target:'http://192.168.0.43:8087/TransServlet',
|
|
|
//target:'http://192.168.0.103:8087/TransServlet',
|
|
|
// target: 'http://localhost:8081/', // 后端接口地址
|
|
|
// target: 'http://192.168.0.43:8081/',
|
|
@@ -40,7 +41,8 @@ module.exports = {
|
|
|
},
|
|
|
'/file': {
|
|
|
// target: 'http://192.168.0.15:8081/', // 后端接口地址
|
|
|
- target: 'http://192.168.0.43:8081/',
|
|
|
+ target: 'http://192.168.0.131:8081/',
|
|
|
+ //target: 'http://192.168.0.43:8081/',
|
|
|
// target: 'https://www.gzchain.org.cn/managersvc/', //后端接口地址
|
|
|
secure: false, //接受使用https
|
|
|
changeOrigin: true, //允许跨域
|
|
@@ -50,7 +52,8 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'/websokct':{
|
|
|
- target: 'http://192.168.0.43:8081/',
|
|
|
+ target: 'http://192.168.0.131:8081/',
|
|
|
+ // target: 'http://192.168.0.43:8081/',
|
|
|
// target: 'https://www.gzchain.org.cn/managersvc/', //后端接口地址
|
|
|
secure: false, //接受使用https
|
|
|
}
|