From 16405bdc682d5166a96ab6f0fbbbfb2381edcfd0 Mon Sep 17 00:00:00 2001 From: wanglei Date: Wed, 25 Sep 2024 10:40:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/layout/components/Navbar.vue | 43 ++++++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/dangan-ui/src/layout/components/Navbar.vue b/dangan-ui/src/layout/components/Navbar.vue index 466cd98..45f6a34 100644 --- a/dangan-ui/src/layout/components/Navbar.vue +++ b/dangan-ui/src/layout/components/Navbar.vue @@ -7,15 +7,15 @@
@@ -91,6 +123,11 @@ export default { } } }, + data() { + return { + rjxx: false, + } + }, methods: { toggleSideBar() { this.$store.dispatch('app/toggleSideBar')