feat(settings): improve profile navigation and password reset UX
This commit is contained in:
@@ -184,7 +184,10 @@ const handleCommand = async (command) => {
|
||||
// 用户取消
|
||||
}
|
||||
} else if (command === 'profile') {
|
||||
ElMessage.info('个人信息功能开发中...')
|
||||
router.push({
|
||||
path: '/settings',
|
||||
query: { tab: 'profile' }
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user