From 91a64fc690255917d45e5eceef578034a9e71114 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Sat, 15 May 2021 23:41:01 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/index2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();