Files
fad_oa/ruoyi-ui
wangyu 40fdd14d13 feat(报销/拨款): 进入页面检测OCR服务状态
- 后端新增 GET /ocr-health 端点,探测 Python OCR 服务 /health
- 前端页面 created 时调用健康检查,服务不可用时顶部显示红色警告
  "发票识别服务已停止,请联系信息化部门"
- 服务不可用时禁用附件上传区域(FileUpload 新增 disabled prop)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 18:47:51 +08:00
..
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00
2026-04-13 17:04:38 +08:00

开发

# 克隆项目
git clone https://gitee.com/KonBAI-Q/ruoyi-flowable-plus.git

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod