数据结构优化

This commit is contained in:
李琦
2026-01-20 08:58:44 +08:00
parent 34fe612aab
commit e7839795fb
10 changed files with 190 additions and 180 deletions

View File

@@ -178,7 +178,7 @@ const closeDropdown = (e: MouseEvent) => {
}
const handleChangePassword = () => {
toast.showToast('功能开发中...', 'info')
toast.showToast('功能开发中...', 'success')
isUserDropdownOpen.value = false
}