|
|
|
@ -13,7 +13,7 @@ export default ({ mode, command }) => {
|
|
|
|
|
proxy: { |
|
|
|
|
'/api': { |
|
|
|
|
target: 'http://localhost', |
|
|
|
|
//target: 'http://test3.javablade.com',
|
|
|
|
|
//target: 'https://saber3.bladex.cn/api',
|
|
|
|
|
changeOrigin: true, |
|
|
|
|
rewrite: path => path.replace(/^\/api/, ''), |
|
|
|
|
}, |
|
|
|
|