chore: 面包屑首项改为 OneOS数据中台
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-04-29 20:51:50 +08:00
parent 0877addb3b
commit a47faf66f0
6 changed files with 15 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ const Sidebar = ({ active }) => {
);
};
const Topbar = ({ crumbs = ["羚牛车辆数据中", "实时监控"], kpis = [], showSearch = true }) => {
const Topbar = ({ crumbs = ["OneOS数据中", "实时监控"], kpis = [], showSearch = true }) => {
const ctx = (typeof window.useRoute === "function") ? window.useRoute() : null;
const isMobile = ctx && ctx.isMobile;
return (