hookehuyr

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

......@@ -309,11 +309,11 @@ const menuItems3 = ref([
]);
const menuItems4 = ref([
{
icon: "book",
title: "打卡管理",
path: "/teacher/checkin",
},
// {
// icon: "book",
// title: "打卡管理",
// path: "/teacher/checkin",
// },
{
icon: "user",
title: "我的班级",
......