优化个人中心表单验证和路由跳转

This commit is contained in:
wangqiao
2025-09-13 09:44:30 +08:00
parent 41ff1b8f44
commit 2ac31bc1a3
2 changed files with 11 additions and 11 deletions

View File

@ -125,7 +125,7 @@
fetchUserStatistics()
const handleClick = () => {
router.push({ path: '/personal-Center/personal-profile' })
router.push({ path: '/personal-Center/account-management' })
}
const payVisible = ref(false)