fix(web): 前端功能验证修复 — 移除硬编码假数据/修正系统信息/修复dev.ps1环境变量
- refactor(Home): 待办任务改为从工作流API获取真实数据 - refactor(Home): 最近动态改为从审计日志API获取真实操作记录 - refactor(Home): 移除硬编码的sparkline趋势图和假统计数据 - fix(Home): 系统信息 PostgreSQL 16→18,模块数量 5→6 - fix(Login): 移除硬编码版本号 v0.1.0 - fix(MainLayout): Footer 更新为 "HMS 健康管理平台" - fix(dev.ps1): 添加缺失的 WECHAT/HEALTH 环境变量
This commit is contained in:
@@ -397,7 +397,7 @@ export default function MainLayout({ children }: { children: React.ReactNode })
|
||||
|
||||
{/* 底部 */}
|
||||
<Footer className={`erp-footer ${isDark ? 'erp-footer-dark' : 'erp-footer-light'}`}>
|
||||
ERP Platform v0.1.0
|
||||
HMS 健康管理平台
|
||||
</Footer>
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user