|
|
|
@ -3,7 +3,7 @@ import Search from "./search/index.vue";
|
|
|
|
|
import Notice from "./notice/index.vue";
|
|
|
|
|
import mixNav from "./sidebar/mixNav.vue";
|
|
|
|
|
import { useNav } from "@/layout/hooks/useNav";
|
|
|
|
|
import Breadcrumb from "./sidebar/breadCrumb.vue";
|
|
|
|
|
// import Breadcrumb from "./sidebar/breadCrumb.vue";
|
|
|
|
|
import topCollapse from "./sidebar/topCollapse.vue";
|
|
|
|
|
import { useTranslationLang } from "../hooks/useTranslationLang";
|
|
|
|
|
import globalization from "@/assets/svg/globalization.svg?component";
|
|
|
|
@ -39,10 +39,10 @@ const { t, locale, translationCh, translationEn } = useTranslationLang();
|
|
|
|
|
@toggleClick="toggleSideBar"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Breadcrumb
|
|
|
|
|
<!-- <Breadcrumb
|
|
|
|
|
v-if="layout !== 'mix' && device !== 'mobile'"
|
|
|
|
|
class="breadcrumb-container"
|
|
|
|
|
/>
|
|
|
|
|
/> -->
|
|
|
|
|
|
|
|
|
|
<mixNav v-if="layout === 'mix'" />
|
|
|
|
|
|
|
|
|
@ -85,7 +85,7 @@ const { t, locale, translationCh, translationEn } = useTranslationLang();
|
|
|
|
|
</el-dropdown>
|
|
|
|
|
<!-- 退出登录 -->
|
|
|
|
|
<el-dropdown trigger="click">
|
|
|
|
|
<span class="el-dropdown-link navbar-bg-hover select-none">
|
|
|
|
|
<span class="select-none el-dropdown-link navbar-bg-hover">
|
|
|
|
|
<img :src="userAvatar" :style="avatarsStyle" />
|
|
|
|
|
<p v-if="username" class="dark:text-white">{{ username }}</p>
|
|
|
|
|
</span>
|
|
|
|
|