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
同主题,谢谢!
The text was updated successfully, but these errors were encountered:
npm start是本地调试用的启动方案,实际生产环境上是编译生成静态资源合并部署在jar包中或者单独部署在nginx中。
如果是本地调试要更改host访问地址的话,可以阅读一下front/config/config.js这个稳健配置
front/config/config.js
Sorry, something went wrong.
同主题,谢谢! sofa-dashboard-front/config/config.js
proxy: { '/api': { target: 'http://localhost:8099' //这里修改 }, },
@chpengzh @glmapper 谢谢2位
@chpengzh 如何生成静态资源合并部署的jar包,又如何部署呢?
参考:https://pro.ant.design/docs/deploy-cn
No branches or pull requests
同主题,谢谢!
The text was updated successfully, but these errors were encountered: