This commit is contained in:
2026-01-20 21:29:33 +08:00
parent 0f2a9a4cc3
commit 8e55f7de9d
7 changed files with 3 additions and 672 deletions

View File

@@ -206,7 +206,7 @@ const handleLanguageChange = ({ key }) => {
const handleMenuClick = ({ key }) => {
switch (key) {
case 'profile':
router.push('/profile')
router.push('/ucenter')
break
case 'settings':
// 系统设置功能暂未实现