hookehuyr

refactor(ProfilePage): 注释掉未使用的圈子菜单项

......@@ -294,11 +294,11 @@ const menuItems2 = ref([
title: "我的收藏",
path: "/profile/favorites",
},
{
icon: "chat",
title: "我的圈子",
path: "/profile/community",
},
// {
// icon: "chat",
// title: "我的圈子",
// path: "/profile/community",
// },
{
icon: "email",
title: "我的消息",
......