|
@@ -37,16 +37,12 @@ module.exports = {
|
|
|
errors: true
|
|
|
},
|
|
|
before: require('./mock/mock-server.js'),
|
|
|
- // proxy: 'https://xcx.joojtech.com/'
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
target: 'http://llz-tp.com/',
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
|
secure: true
|
|
|
- },
|
|
|
- '/foo': {
|
|
|
- target: 'http://soa2.joojtech.com/'
|
|
|
}
|
|
|
}
|
|
|
|