用户信心下拉框增加用户名菜单展示

This commit is contained in:
任珮宇 2024-02-18 16:11:20 +08:00
parent 2b04b7d7ba
commit 8c6ee232f4

View File

@ -22,6 +22,11 @@
<a-icon type="tool"/>
<span>系统设置</span>
</a-menu-item> -->
<a-menu-item key="3">
<a-icon type="user" />
<span>{{ this.userInfo().username }}</span>
</a-menu-item>
<a-menu-divider />
<a-menu-item key="4" @click="updatePassword">
<a-icon type="setting" />
<span>Change Password</span>