Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-06-13 11:45:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d8e7948f3ebc2f5f542aaf17169f38601e2fae2
6d8e7948
1 parent
e6c86277
fix(profile): 添加用户信息菜单点击提示功能暂未开放
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/profile/ProfilePage.vue
src/views/profile/ProfilePage.vue
View file @
6d8e794
...
...
@@ -185,6 +185,8 @@ const handleMenuClick = (path) => {
showToast('功能暂未开放')
} else if(path === '/profile/activities') {
showToast('功能暂未开放')
} else if(path === '/profile/userinfo') {
showToast('功能暂未开放')
} else {
router.push(path);
}
...
...
Please
register
or
login
to post a comment