diff --git a/src/main/resources/templates/index2.html b/src/main/resources/templates/index2.html index 2e77b63..e2e0149 100644 --- a/src/main/resources/templates/index2.html +++ b/src/main/resources/templates/index2.html @@ -259,7 +259,7 @@ //info.jsEvent.preventDefault(); var idInfo = info.event.id.split("|"); - self.kaoshiOpen('考试详情', top.restAjax.path('route/examapply/exam-view.html?classPlanId={classPlanId}&examApplyId={examApplyId}', [idInfo[0],idInfo[1]])); + self.kaoshiOpen('考试详情', top.restAjax.path('route/examination/distribution/show.html?planId={planId}', [idInfo[0]])); }, }); var date = new Date();