hookehuyr

refactor(ProfilePage): 移除打卡管理菜单项

...@@ -309,11 +309,11 @@ const menuItems3 = ref([ ...@@ -309,11 +309,11 @@ const menuItems3 = ref([
309 ]); 309 ]);
310 310
311 const menuItems4 = ref([ 311 const menuItems4 = ref([
312 - { 312 + // {
313 - icon: "book", 313 + // icon: "book",
314 - title: "打卡管理", 314 + // title: "打卡管理",
315 - path: "/teacher/checkin", 315 + // path: "/teacher/checkin",
316 - }, 316 + // },
317 { 317 {
318 icon: "user", 318 icon: "user",
319 title: "我的班级", 319 title: "我的班级",
......