mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
Merge pull request #3446 from jumpserver/pr@dev@profile
perf: 修改profile icon
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</span>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item command="profile">
|
||||
<svg-icon class="icon" icon-class="personal" />
|
||||
<svg-icon class="icon" icon-class="attestation" />
|
||||
{{ $t('common.nav.Profile') }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item command="UserSetting">
|
||||
|
||||
@@ -41,7 +41,7 @@ export default {
|
||||
component: () => import('@/views/profile/UserSettingUpdate/index'),
|
||||
meta: {
|
||||
title: i18n.t('users.UserSetting'),
|
||||
icon: 'setting',
|
||||
icon: 'preference',
|
||||
permissions: []
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user