|
@@ -64,7 +64,7 @@
|
|
<svg-icon name="huangguan1" size="25"></svg-icon>
|
|
<svg-icon name="huangguan1" size="25"></svg-icon>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="ml-3 commonHover userName">
|
|
|
|
|
|
+ <div class="ml-3 userName">
|
|
{{ baseInfo?.name || userInfo.phone }}
|
|
{{ baseInfo?.name || userInfo.phone }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -308,7 +308,7 @@ const handleLogout = async () => {
|
|
|
|
|
|
const items = ref([
|
|
const items = ref([
|
|
{ title: t('setting.personalCenter'), icon: 'mdi-account-circle-outline', change: handleToPersonalCenter },
|
|
{ title: t('setting.personalCenter'), icon: 'mdi-account-circle-outline', change: handleToPersonalCenter },
|
|
- { title: t('setting.accountSettings'), icon: 'mdi-cog-outline', change: () => router.push({ path: '/recruit/personal/personalCenter/accountSettings' }) },
|
|
|
|
|
|
+ { title: t('setting.editPassword'), icon: 'mdi-shield-lock-open-outline', change: () => router.push({ path: '/recruit/personal/personalCenter/accountSettings' }) },
|
|
{ title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
|
|
{ title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
|
|
])
|
|
])
|
|
|
|
|