|
|
@ -3,7 +3,7 @@
|
|
|
|
// import Notice from "./notice/index.vue";
|
|
|
|
// import Notice from "./notice/index.vue";
|
|
|
|
import mixNav from "./sidebar/mixNav.vue";
|
|
|
|
import mixNav from "./sidebar/mixNav.vue";
|
|
|
|
import { useNav } from "@/layout/hooks/useNav";
|
|
|
|
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 topCollapse from "./sidebar/topCollapse.vue";
|
|
|
|
import { useTranslationLang } from "../hooks/useTranslationLang";
|
|
|
|
import { useTranslationLang } from "../hooks/useTranslationLang";
|
|
|
|
// import globalization from "@/assets/svg/globalization.svg?component";
|
|
|
|
// import globalization from "@/assets/svg/globalization.svg?component";
|
|
|
@ -32,9 +32,7 @@ const {
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div
|
|
|
|
<div class="navbar bg-[#fff]">
|
|
|
|
class="navbar bg-[#fff] shadow-sm shadow-[rgba(0, 21, 41, 0.08)] dark:shadow-[#0d0d0d]"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<!-- <topCollapse
|
|
|
|
<!-- <topCollapse
|
|
|
|
v-if="device === 'mobile'"
|
|
|
|
v-if="device === 'mobile'"
|
|
|
|
class="hamburger-container"
|
|
|
|
class="hamburger-container"
|
|
|
@ -42,7 +40,7 @@ const {
|
|
|
|
@toggleClick="toggleSideBar"
|
|
|
|
@toggleClick="toggleSideBar"
|
|
|
|
/> -->
|
|
|
|
/> -->
|
|
|
|
|
|
|
|
|
|
|
|
<Breadcrumb class="breadcrumb-container" />
|
|
|
|
<!-- <Breadcrumb class="breadcrumb-container" /> -->
|
|
|
|
|
|
|
|
|
|
|
|
<mixNav v-if="layout === 'mix'" />
|
|
|
|
<mixNav v-if="layout === 'mix'" />
|
|
|
|
|
|
|
|
|
|
|
|