- 修改:去掉端口号
This commit is contained in:
@@ -7,27 +7,27 @@ module.exports = {
|
|||||||
pathRewrite: {},
|
pathRewrite: {},
|
||||||
},
|
},
|
||||||
'/product-api/': {
|
'/product-api/': {
|
||||||
target: 'http://api.shop.iocoder.cn:18099',
|
target: 'http://api.shop.iocoder.cn',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {},
|
pathRewrite: {},
|
||||||
},
|
},
|
||||||
'/order-api/': {
|
'/order-api/': {
|
||||||
target: 'http://api.shop.iocoder.cn:18099',
|
target: 'http://api.shop.iocoder.cn',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {},
|
pathRewrite: {},
|
||||||
},
|
},
|
||||||
'/promotion-api/': {
|
'/promotion-api/': {
|
||||||
target: 'http://api.shop.iocoder.cn:18099',
|
target: 'http://api.shop.iocoder.cn',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {},
|
pathRewrite: {},
|
||||||
},
|
},
|
||||||
'/pay-api/': {
|
'/pay-api/': {
|
||||||
target: 'http://api.shop.iocoder.cn:18099',
|
target: 'http://api.shop.iocoder.cn',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {},
|
pathRewrite: {},
|
||||||
},
|
},
|
||||||
'/user-api/': {
|
'/user-api/': {
|
||||||
target: 'http://api.shop.iocoder.cn:18099',
|
target: 'http://api.shop.iocoder.cn',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {},
|
pathRewrite: {},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user