|
|
|
|
@ -7,27 +7,27 @@ module.exports = {
|
|
|
|
|
pathRewrite: {},
|
|
|
|
|
},
|
|
|
|
|
'/product-api/': {
|
|
|
|
|
target: 'http://api.shop.iocoder.cn:18099',
|
|
|
|
|
target: 'http://api.shop.iocoder.cn',
|
|
|
|
|
changeOrigin: true,
|
|
|
|
|
pathRewrite: {},
|
|
|
|
|
},
|
|
|
|
|
'/order-api/': {
|
|
|
|
|
target: 'http://api.shop.iocoder.cn:18099',
|
|
|
|
|
target: 'http://api.shop.iocoder.cn',
|
|
|
|
|
changeOrigin: true,
|
|
|
|
|
pathRewrite: {},
|
|
|
|
|
},
|
|
|
|
|
'/promotion-api/': {
|
|
|
|
|
target: 'http://api.shop.iocoder.cn:18099',
|
|
|
|
|
target: 'http://api.shop.iocoder.cn',
|
|
|
|
|
changeOrigin: true,
|
|
|
|
|
pathRewrite: {},
|
|
|
|
|
},
|
|
|
|
|
'/pay-api/': {
|
|
|
|
|
target: 'http://api.shop.iocoder.cn:18099',
|
|
|
|
|
target: 'http://api.shop.iocoder.cn',
|
|
|
|
|
changeOrigin: true,
|
|
|
|
|
pathRewrite: {},
|
|
|
|
|
},
|
|
|
|
|
'/user-api/': {
|
|
|
|
|
target: 'http://api.shop.iocoder.cn:18099',
|
|
|
|
|
target: 'http://api.shop.iocoder.cn',
|
|
|
|
|
changeOrigin: true,
|
|
|
|
|
pathRewrite: {},
|
|
|
|
|
},
|
|
|
|
|
|