- 修改:去掉端口号
This commit is contained in:
parent
cc74bf4ad3
commit
099d2b45e5
@ -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: {},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user