From e2726f9984cd169e184d6767594d2f4ed93610a0 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 30 七月 2024 10:00:46 +0800 Subject: [PATCH] 1、修改项目名称和logo 2、调整用户管理编辑字段 3、调整首页为设备监控页面 --- src/components/tools/UserMenu.vue | 49 ++++++++++++++++++++++--------------------------- 1 files changed, 22 insertions(+), 27 deletions(-) diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue index f8e3d4e..9609f96 100644 --- a/src/components/tools/UserMenu.vue +++ b/src/components/tools/UserMenu.vue @@ -26,11 +26,6 @@ <!-- update-end author:sunjianlei date:20200219 for: 鑿滃崟鎼滅储鏀逛负鍔ㄦ�佺粍浠讹紝鍦ㄦ墜鏈虹鍛堢幇鍑哄脊鍑烘 --> <!-- update-end author:sunjianlei date:20191220 for: 瑙e喅鍏ㄥ眬鏍峰紡鍐茬獊鐨勯棶棰� --> <!-- update_end author:zhaoxin date:20191129 for: 鍋氬ご閮ㄨ彍鍗曟爮瀵艰埅 --> - <span class="action"> - <a class="logout_title" target="_blank" href="http://doc.jeecg.com"> - <a-icon type="question-circle-o"></a-icon> - </a> - </span> <header-notice class="action"/> <a-dropdown> <span class="action action-full ant-dropdown-link user-dropdown-menu"> @@ -38,30 +33,30 @@ <span v-if="isDesktop()">娆㈣繋鎮紝{{ nickname() }}</span> </span> <a-menu slot="overlay" class="user-dropdown-menu-wrapper"> - <a-menu-item key="0"> - <router-link :to="{ name: 'account-center' }"> - <a-icon type="user"/> - <span>涓汉涓績</span> - </router-link> - </a-menu-item> - <a-menu-item key="1"> - <router-link :to="{ name: 'account-settings-base' }"> - <a-icon type="setting"/> - <span>璐︽埛璁剧疆</span> - </router-link> - </a-menu-item> - <a-menu-item key="3" @click="systemSetting"> - <a-icon type="tool"/> - <span>绯荤粺璁剧疆</span> - </a-menu-item> + <!--<a-menu-item key="0">--> + <!--<router-link :to="{ name: 'account-center' }">--> + <!--<a-icon type="user"/>--> + <!--<span>涓汉涓績</span>--> + <!--</router-link>--> + <!--</a-menu-item>--> + <!--<a-menu-item key="1">--> + <!--<router-link :to="{ name: 'account-settings-base' }">--> + <!--<a-icon type="setting"/>--> + <!--<span>璐︽埛璁剧疆</span>--> + <!--</router-link>--> + <!--</a-menu-item>--> + <!--<a-menu-item key="3" @click="systemSetting">--> + <!--<a-icon type="tool"/>--> + <!--<span>绯荤粺璁剧疆</span>--> + <!--</a-menu-item>--> <a-menu-item key="4" @click="updatePassword"> <a-icon type="setting"/> <span>瀵嗙爜淇敼</span> </a-menu-item> - <a-menu-item key="5" @click="updateCurrentDepart"> - <a-icon type="cluster"/> - <span>鍒囨崲閮ㄩ棬</span> - </a-menu-item> + <!--<a-menu-item key="5" @click="updateCurrentDepart">--> + <!--<a-icon type="cluster"/>--> + <!--<span>鍒囨崲閮ㄩ棬</span>--> + <!--</a-menu-item>--> <a-menu-item key="6" @click="clearCache"> <a-icon type="sync"/> <span>娓呯悊缂撳瓨</span> @@ -184,8 +179,8 @@ onOk() { return that.Logout({}).then(() => { // update-begin author:scott date:20211223 for:銆怞TC-198銆戦��鍑虹櫥褰曚綋楠屼笉濂� - //that.$router.push({ path: '/user/login' }); - window.location.reload() + that.$router.push({ path: '/user/login' }); + // window.location.reload() // update-end author:scott date:20211223 for:銆怞TC-198銆戦��鍑虹櫥褰曚綋楠屼笉濂� }).catch(err => { that.$message.error({ -- Gitblit v1.9.3