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

@ -168,7 +168,7 @@
userStore.logout()
userStore.$reset()
} else if (command === '个人中心') {
navigateTo('/personal-Center/info')
navigateTo('/personal-center/info')
}
}