fix: improve code formatting and consistency in index.vue

v3.2
wxg0103 2025-08-27 18:00:10 +08:00
parent 211ddccc2f
commit a0bca36341
1 changed files with 17 additions and 17 deletions

View File

@ -194,7 +194,7 @@ const logout = () => {
onMounted(() => { onMounted(() => {
if (user.userInfo?.is_edit_password) { if (user.userInfo?.is_edit_password) {
// UserPwdDialogRef.value.open(user.userInfo) resetPasswordRef.value?.open()
} }
}) })
</script> </script>