|
@@ -25,12 +25,12 @@ module.exports = {
|
|
|
//api地址前缀
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://127.0.0.1:2001',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|
|
|
'/files': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://jytz.jilinjobs.cn',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|