hookehuyr

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

...@@ -294,11 +294,11 @@ const menuItems2 = ref([ ...@@ -294,11 +294,11 @@ const menuItems2 = ref([
294 title: "我的收藏", 294 title: "我的收藏",
295 path: "/profile/favorites", 295 path: "/profile/favorites",
296 }, 296 },
297 - { 297 + // {
298 - icon: "chat", 298 + // icon: "chat",
299 - title: "我的圈子", 299 + // title: "我的圈子",
300 - path: "/profile/community", 300 + // path: "/profile/community",
301 - }, 301 + // },
302 { 302 {
303 icon: "email", 303 icon: "email",
304 title: "我的消息", 304 title: "我的消息",
......