@@ -33,11 +33,16 @@ module.exports = {
changeOrigin: true,
ws: true,
},
+ // '/api': {
+ // target: 'http://127.0.0.1:7004',
+ // changeOrigin: true,
+ // ws: true,
+ // },
'/api': {
- target: 'http://free.liaoningdoupo.com',
+ target: 'http://free.liaoningdoupo.com',
- },
+ },
};