-- 修改跳转

This commit is contained in:
yuping
2022-12-26 19:28:44 +08:00
parent fed2759ff7
commit 11a45956b3
7 changed files with 11 additions and 11 deletions

View File

@@ -367,7 +367,7 @@ function toExamItem(obj) {
}
}
console.log("obj", obj.examinationTestId);
window.open(import.meta.env.VITE_BOE_EXAM_DETAIL_URL + obj.examinationTestId,'_self'); //测评
window.open(import.meta.env.VITE_BOE_EXAM_DETAIL_URL + obj.examinationTestId,'_top'); //测评
// router.push({ path: import.meta.env.VITE_BOE_EXAM_DETAIL_URL+ obj.examinationTestId });
}