From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示
---
src/layout/components/Navbar.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 3ba4078..5d9ab49 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -25,9 +25,9 @@
<i class="el-icon-caret-bottom" />
</div>
<el-dropdown-menu slot="dropdown">
- <router-link to="/user/profile">
+ <!-- <router-link to="/user/profile">
<el-dropdown-item>涓汉涓績</el-dropdown-item>
- </router-link>
+ </router-link> -->
<el-dropdown-item @click.native="setLayout" v-if="setting">
<span>甯冨眬璁剧疆</span>
</el-dropdown-item>
@@ -99,7 +99,7 @@
cancelButtonText: '鍙栨秷',
type: 'warning'
}).then(() => {
- this.$store.dispatch('LogOut').then(() => {
+ this.$store.dispatch('FedLogOut').then(() => {
location.href = '/index'
})
}).catch(() => { })
--
Gitblit v1.9.1