From 37ec7681178434f532f56cfe7d79114a2b13537b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E4=BD=B3=20=E5=8D=9A?= <12742597+fang-jiabo@user.noreply.gitee.com> Date: Thu, 14 Sep 2023 15:33:30 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BA=A4''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 4 ++-- src/layout/index.vue | 2 +- src/settings.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 060ebf1..fb988bf 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -25,9 +25,9 @@ 个人中心 - + 退出登录 diff --git a/src/layout/index.vue b/src/layout/index.vue index 3dde2b8..3731f6a 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -39,7 +39,7 @@ const classObj = computed(() => ({ })) const { width, height } = useWindowSize(); -const WIDTH = 992; // refer to Bootstrap's responsive design +const WIDTH = 100; // refer to Bootstrap's responsive design watchEffect(() => { if (device.value === 'mobile' && sidebar.value.opened) { diff --git a/src/settings.js b/src/settings.js index b5e2d68..e69df64 100644 --- a/src/settings.js +++ b/src/settings.js @@ -30,7 +30,7 @@ export default { /** * 是否显示logo */ - sidebarLogo: true, + sidebarLogo: false, /** * 是否显示动态标题