|
@@ -20,15 +20,15 @@ module.exports = {
|
|
|
//api地址前缀
|
|
|
proxy: {
|
|
|
'/files': {
|
|
|
- target: 'http://192.168.1.43:8081',
|
|
|
+ target: 'http://free.liaoningdoupo.com',
|
|
|
},
|
|
|
'/api': {
|
|
|
- target: 'http://192.168.1.43:8081',
|
|
|
+ target: 'http://free.liaoningdoupo.com',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: 'http://192.168.1.43:8081',
|
|
|
+ target: 'http://free.liaoningdoupo.com',
|
|
|
ws: true,
|
|
|
},
|
|
|
},
|