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,
/**
* 是否显示动态标题