hqzh opened a new issue, #10999: URL: https://github.com/apache/dolphinscheduler/issues/10999
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description hi ,how can i build dolphinscheduler-ui select prod env use public path. ```js // v2.0.5 ,yarn run build:release,the route includes '/dolphinscheduler/ui',but yarn build prod not. "build": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack.config.prod.js", "dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.dev.js", "build:release": "npm run clean && cross-env NODE_ENV=production PUBLIC_PATH=/dolphinscheduler/ui webpack --config ./build/webpack.config.release.js", ``` 你好,我想在2.0.5的版本使用yarn build prod之后的路由带上/dolphinscheduler/ui,如果我在build或dev脚本那里加上PUBLIC_PATH=/dolphinscheduler/ui,生产会无法访问后台。开发环境会无法调试,也就是修改dolphinscheduler/dolphinscheduler-ui/src/js/conf/下的代码没响应。请问有前端的文档使用吗? ### Documentation Links _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
