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

配置多个跨域链接,只有第一个起作用 #3163

Open
PuSir opened this issue May 7, 2020 · 0 comments
Open

配置多个跨域链接,只有第一个起作用 #3163

PuSir opened this issue May 7, 2020 · 0 comments

Comments

@PuSir
Copy link

PuSir commented May 7, 2020

proxy: {
'/security': {
target: http://127.0.0.1:8100,
changeOrigin: true,
pathRewrite: {
'^/security': '/security'
}
},
'/oauthLogin': {
target: http://127.0.0.1:8100,
changeOrigin: true,
pathRewrite: {
'^/oauth': '/oauth'
}
}
这样配置后,第一个 security代理成立,能正常访问。第二个 oauthLogin就不行了。始终是走9527的端口

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

1 participant