@@ -2,8 +2,9 @@ module.exports = {
devServer: {
proxy: {
'/api': {
- target: 'http://localhost:57260/',
- // target: 'http://192.168.6.188:5000',
+ //target: 'http://localhost:57260/',
+ //target: 'http://192.168.6.188:5000',
+ target: 'http://192.168.0.219:113',
changeOrigin: true,
},
'/nph-srep': {