fix: a 标签改用本页跳转的形式

This commit is contained in:
2025-08-22 13:43:13 +08:00
parent 5260101221
commit 1179b29028

View File

@@ -679,7 +679,7 @@ function toFinish(d, sName, chapterOrStageId,studyModel) {
const url = TASK_TYPES.path[d.type](d) + d.targetId
const a = document.createElement("a");
a.href = url;
a.target = "_blank";
// a.target = "_blank";
a.click();
// 保底解决兼容问题