|
@@ -20,7 +20,7 @@ module.exports = {
|
|
|
//api地址前缀
|
|
|
proxy: {
|
|
|
'/files': {
|
|
|
- target: 'https://zb.liaoningdoupo.com',
|
|
|
+ target: 'http://free.liaoningdoupo.com',
|
|
|
},
|
|
|
'/api': {
|
|
|
target: 'http://192.168.1.43:8080',
|
|
@@ -28,7 +28,7 @@ module.exports = {
|
|
|
ws: true,
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: 'https://zb.liaoningdoupo.com',
|
|
|
+ target: 'http://free.liaoningdoupo.com',
|
|
|
ws: true,
|
|
|
},
|
|
|
},
|