We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,但是依然无法代理,启动文件中VUE_APP_BASE_API设置成’/‘,请求路径不对,没有加进代理的路径。没有生效。请问是缺少什么配置
The text was updated successfully, but these errors were encountered:
proxy: { '/api': { target: 'http://localhost:18080', // 接口地址 ws: true, secure: false, changeOrigin: true, pathRewrite:{ '^/api':'' } } }
Sorry, something went wrong.
No branches or pull requests
vue.config.js中添加devServer.proxy,但是依然无法代理,启动文件中VUE_APP_BASE_API设置成’/‘,请求路径不对,没有加进代理的路径。没有生效。请问是缺少什么配置
The text was updated successfully, but these errors were encountered: