欢迎,{currentUser?.username}!
@@ -299,12 +300,11 @@ function App(): React.JSX.Element {
const navItems = [
{ id: 'extractor', label: '数据提取 (Extractor)', icon:
},
{ id: 'cleaner', label: '物料验证与清理 (Cleaner)', icon:
},
- { id: 'settings', label: '系统设置 (Settings)', icon:
},
- ];
+ { id: 'settings', label: '系统设置 (Settings)', icon:
}
+ ]
return (
-
{/* ================= 顶部导航与标题栏 ================= */}
setCurrentPage('home')} style={{ WebkitAppRegion: 'no-drag' } as any}>
+
setCurrentPage('home')}
+ style={{ WebkitAppRegion: 'no-drag' } as any}
+ >
ERP Auto