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