refactor: ♻️ 导入路径错误修改

This commit is contained in:
ray
2024-11-01 15:59:06 +08:00
parent 6ea4c6d718
commit d37d70b04c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="navbar__right"> <div class="navbar__right">
<!-- 手机设备窄屏显示 --> <!-- 手机设备窄屏显示 -->
<template v-if="!isMobile"> <template v-if="!isMobile">
<!-- 搜索 --> <!-- 搜索 -->
<MenuSearch /> <MenuSearch />

View File

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