|
|
|
@ -13,7 +13,7 @@ module.exports = { |
|
|
|
// 代理列表, 是否开启代理通过[./dev.env.js]配置
|
|
|
|
proxyTable: devEnv.OPEN_PROXY === false ? {} : { |
|
|
|
'/proxyApi': { |
|
|
|
target: 'http://127.0.0.1:9090', |
|
|
|
target: 'http://127.0.0.1:9002', |
|
|
|
changeOrigin: true, |
|
|
|
pathRewrite: { |
|
|
|
// 把 /proxyApi 替换成 /
|
|
|
|
|