part of 'app_pages.dart'; abstract class Routes { static const login = '/login'; static const agreementPage = '/agreementPage'; static const home = '/home'; static const startPage = '/startPage'; static const myInfo = '/myInfo'; static const work = '/work'; static const otherPage = '/otherPage'; static const readOverPage = '/readOverPage'; static const studentHistoryWorkPage = '/studentHistoryWorkPage'; static const classStudentPage = '/classStudentPage'; static const annotateClassPage = '/annotateClassPage'; static const quickDataCheckPage = '/quickDataCheckPage'; static const jobReportPage = '/jobReportPage'; static const studentPersonalPage = '/studentPersonalPage'; static const studentWorkDetailPage = '/studentWorkDetailPage'; static const knowledgePointsGraspPage = '/knowledgePointsGraspPage'; static const knowledgePointsGraspDetailPage = '/knowledgePointsGraspDetailPage'; static const answerTrajectoryPage = '/answerTrajectoryPage'; static const answerTrajectoryDetailPage = '/answerTrajectoryDetailPage'; // 批阅主页 static const reviewHomework = '/review/reviewHomework'; // 作业批阅 static const reviewExam = '/review/reviewExam'; // 考试批阅 static const favStudentPage = '/favStudentPage'; // 收藏夹 }