From aaf85ccf22bd022d0aac4fb5d6851825300ca964 Mon Sep 17 00:00:00 2001 From: Asoka Date: Thu, 5 Jun 2025 09:58:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=B7=AF=E7=94=B1=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/navBars/topBar/index.vue | 6 +++-- src/layout/navBars/topBar/module-switch.vue | 26 +++++++++++++------ src/router/index.ts | 3 +-- src/views/admin/login/component/account.vue | 2 +- src/views/admin/login/component/email.vue | 2 +- src/views/example/login/component/account.vue | 2 +- 6 files changed, 26 insertions(+), 15 deletions(-) diff --git a/src/layout/navBars/topBar/index.vue b/src/layout/navBars/topBar/index.vue index 433441d..7ae0130 100644 --- a/src/layout/navBars/topBar/index.vue +++ b/src/layout/navBars/topBar/index.vue @@ -4,8 +4,10 @@ + +
- +
@@ -21,7 +23,6 @@ import mittBus from '/@/utils/mitt' import ModuleSwitch from './module-switch.vue' // 引入组件 -const Breadcrumb = defineAsyncComponent(() => import('/@/layout/navBars/topBar/breadcrumb.vue')) const User = defineAsyncComponent(() => import('/@/layout/navBars/topBar/user.vue')) const Logo = defineAsyncComponent(() => import('/@/layout/logo/index.vue')) const Horizontal = defineAsyncComponent(() => import('/@/layout/navMenu/horizontal.vue')) @@ -138,6 +139,7 @@ onBeforeMount(() => { mittBus.emit('setSendClassicChildren', route.path) } }) +