This commit is contained in:
2022-03-19 11:48:15 +08:00
parent 4a5d2824d1
commit 34311763b1
20 changed files with 52 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
// 代理列表, 是否开启代理通过[./dev.env.js]配置
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
'/proxyApi': {
target: 'http://192.168.1.66:8080',
target: 'http://192.168.1.7:8080',
changeOrigin: true,
pathRewrite: {
'^/proxyApi': '/api'