From bb40eba5dd2ec75a6fa2cd2c8eb41d769c092fca Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 05 十二月 2025 09:33:40 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
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