From a5049b2d0440a69b6ec8153edff3b67589d7b036 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 25 Jun 2025 15:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E8=BE=93=E5=85=A5=E7=BB=84?= =?UTF-8?q?=E5=90=88=E6=A1=86=E5=AE=9E=E7=8E=B0=E3=80=81=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 +- src/components/Breadcrumb.vue | 1 - src/components/CustomDropdown.vue | 73 +++++++------ src/views/agent/siteBaseSetting.vue | 172 +++++++++++++++++++++++------ src/views/elementGroups.vue | 209 ++++++++++++++++++++++++++++++++++-- 5 files changed, 379 insertions(+), 84 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7efc269..128a3ce 100755 --- a/src/App.vue +++ b/src/App.vue @@ -8,17 +8,18 @@
+ - + + - @@ -47,10 +48,9 @@ export default { Breadcrumb }, computed: { - ...mapState(['showSidebar', 'showFooter', 'showHeader','slidermenu','customize']) // 从Vuex映射showSidebar状态到组件的计算属性中 + ...mapState(['showSidebar','showHeader','slidermenu','customize']) // 从Vuex映射showSidebar状态到组件的计算属性中 }, mounted() { - console.log(this.showFooter,'showFooter----'); window.addEventListener('beforeunload', this.clearStorage); }, beforeUnmount() { diff --git a/src/components/Breadcrumb.vue b/src/components/Breadcrumb.vue index 718be04..84655a6 100644 --- a/src/components/Breadcrumb.vue +++ b/src/components/Breadcrumb.vue @@ -8,7 +8,6 @@