feat(settings): improve profile navigation and password reset UX

This commit is contained in:
root
2026-03-10 16:40:56 +08:00
parent 4d8901d1af
commit 9e0d321177
3 changed files with 200 additions and 9 deletions
+4 -1
View File
@@ -184,7 +184,10 @@ const handleCommand = async (command) => {
// 用户取消
}
} else if (command === 'profile') {
ElMessage.info('个人信息功能开发中...')
router.push({
path: '/settings',
query: { tab: 'profile' }
})
}
}
</script>