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
process.env.NODE_ENV == 'development'; //注释去掉了 // require('./mock/index'); 已经注释
proxy 配置为
devServer: { proxy: { '/api': { target: 'http://admin5.test.com' } }, historyApiFallback: true }, 发现没有请求 http://admin5.test.com
devServer: { proxy: { '/api': { target: 'http://admin5.test.com' } }, historyApiFallback: true },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
process.env.NODE_ENV == 'development'; //注释去掉了
// require('./mock/index'); 已经注释
proxy 配置为
devServer: { proxy: { '/api': { target: 'http://admin5.test.com' } }, historyApiFallback: true },
发现没有请求 http://admin5.test.com
The text was updated successfully, but these errors were encountered: