refactor: ♻️ 导入路径错误修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="navbar__right">
|
<div class="navbar__right">
|
||||||
<!-- 手机设备(窄屏)不显示 -->
|
<!-- 非手机设备(窄屏)才显示 -->
|
||||||
<template v-if="!isMobile">
|
<template v-if="!isMobile">
|
||||||
<!-- 搜索 -->
|
<!-- 搜索 -->
|
||||||
<MenuSearch />
|
<MenuSearch />
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user