Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue.config.js中添加devServer.proxy,无法代理 #234

Open
laotansuancaifree opened this issue Feb 10, 2022 · 1 comment
Open

vue.config.js中添加devServer.proxy,无法代理 #234

laotansuancaifree opened this issue Feb 10, 2022 · 1 comment

Comments

@laotansuancaifree
Copy link

vue.config.js中添加devServer.proxy,但是依然无法代理,启动文件中VUE_APP_BASE_API设置成’/‘,请求路径不对,没有加进代理的路径。没有生效。请问是缺少什么配置

1644486764(1)

@Jack-0627
Copy link

proxy: {
'/api': {
target: 'http://localhost:18080', // 接口地址
ws: true,
secure: false,
changeOrigin: true,
pathRewrite:{
'^/api':''
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants