diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index f909a0e..3c0dc14 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -35,9 +35,7 @@
布局设置
-
- 切换仓库
-
+
退出登录
@@ -199,7 +197,7 @@ export default {
filterAllByUser()
.then((response) => {
this.deptList = response.data || [];
- this.getInvList();
+ //this.getInvList();
})
.catch(() => {
});