refactor: ♻️ 导航栏重构

This commit is contained in:
ray
2025-02-13 21:28:46 +08:00
parent 1f409a1420
commit 4b042f2a0b
4 changed files with 68 additions and 75 deletions

View File

@@ -24,7 +24,7 @@
import { LayoutEnum } from "@/enums/LayoutEnum";
import { useSettingsStore, usePermissionStore, useAppStore } from "@/store";
import NavbarRight from "../NavBar/components/NavbarRight.vue";
import NavbarRight from "../Navbar/components/NavbarRight.vue";
const appStore = useAppStore();
const settingsStore = useSettingsStore();