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-03-24 12:50:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e2308c05a46e9d15afd5c8d3cf282a378b2ac0c
2e2308c0
1 parent
5d48d95d
refactor(profile): 移除未使用的打卡项目和钱包菜单项
移除不再使用的打卡项目部分和钱包菜单项,以简化代码并提高可维护性
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/views/profile/ProfilePage.vue
src/views/profile/ProfilePage.vue
View file @
2e2308c
...
...
@@ -69,7 +69,7 @@
</div>
<!-- Check-in Types -->
<div class="px-4 mb-5">
<
!-- <
div class="px-4 mb-5">
<FrostedGlass class="p-4 rounded-xl">
<h3 class="font-semibold text-base mb-4">打卡项目</h3>
<div class="grid grid-cols-4 gap-2">
...
...
@@ -151,7 +151,7 @@
</div>
</div>
</FrostedGlass>
</div>
</div>
-->
<!-- User Menu Options -->
<div class="px-4 pb-16">
...
...
@@ -303,11 +303,11 @@ const menuItems1 = [
];
const menuItems2 = [
{
icon: "wallet",
title: "我的钱包",
path: "/profile/wallet",
},
//
{
//
icon: "wallet",
//
title: "我的钱包",
//
path: "/profile/wallet",
//
},
{
icon: "document",
title: "我的订单",
...
...
Please
register
or
login
to post a comment