Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -185,6 +185,8 @@ const handleMenuClick = (path) => { | ... | @@ -185,6 +185,8 @@ const handleMenuClick = (path) => { |
| 185 | showToast('功能暂未开放') | 185 | showToast('功能暂未开放') |
| 186 | } else if(path === '/profile/activities') { | 186 | } else if(path === '/profile/activities') { |
| 187 | showToast('功能暂未开放') | 187 | showToast('功能暂未开放') |
| 188 | + } else if(path === '/profile/userinfo') { | ||
| 189 | + showToast('功能暂未开放') | ||
| 188 | } else { | 190 | } else { |
| 189 | router.push(path); | 191 | router.push(path); |
| 190 | } | 192 | } | ... | ... |
-
Please register or login to post a comment