Skip to content

Commit

Permalink
remove unnecessary dropdown item
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Dec 8, 2024
1 parent 0461161 commit 7dccc5e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/src/view/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
<i class="el-icon-arrow-down"></i>
</span>
<el-dropdown-menu class="dropdown-group" slot="dropdown">
<el-dropdown-item>
<span>
更多信息
<el-badge is-dot />
</span>
</el-dropdown-item>
<el-dropdown-item @click.native="toPerson" icon="el-icon-s-custom">个人信息</el-dropdown-item>
<el-dropdown-item @click.native="LoginOut" icon="el-icon-table-lamp">登 出</el-dropdown-item>
</el-dropdown-menu>
Expand Down

0 comments on commit 7dccc5e

Please sign in to comment.