apaas-custom-mydemo/打包命令.txt
Zhou 46b01b4504 feat: 完善批量修改填写人、审核页面优化、人员管理等功能
- 批量修改填写人:添加左侧分类列表、折叠功能、暂存和重新分配
- 审核页面:添加折叠和分页功能
- 查询分析页面:添加单位列显示
- 人员管理:创建独立页面,支持搜索、分页、批量操作
- 修复各种UI和功能问题
2026-06-23 09:55:55 +08:00

10 lines
302 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

编译器终端 npx x-apaas-cli build apaas-custom-mydemo
打包失败是因为Node.js版本过高v24.16.0与webpack 4不兼容。需要设置OpenSSL legacy provider。
方案1降级Node.js版本推荐14
方案2替换node-sass为dart-sass
本地启动 npm run serve