feat: 统一路由路径规范

This commit is contained in:
wangqiao
2025-10-08 21:12:51 +08:00
parent f8176abaad
commit b0e5244a79
5 changed files with 19 additions and 19 deletions

View File

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